1 2 3 4 5 6 7 8 9 10 11 12
name: Run tests for all combinations on: schedule: - cron: "0 0 1,15 * *" # biweekly jobs: run-tests-for-all-combinations: uses: ./.github/workflows/build-artifacts-and-run-tests.yml with: matrix_all_combinations: true artifact_upload_mode: none