Commit 6ca9019
authored
Miscellaneous workflow updates (#165)
# Description
Split off from other contemporary PRs as these changes are better suited
to be outside them. In specific, this PR makes the following changes:
- sets `fail-fast: false` so that we run both jobs in the test matrix
- runs on pushes to the main branch only, as we were otherwise running
workflows twice: one for the push event and one for the pull request
event
- modifies the concurrency setting to cancel intermediate runs for both1 parent 2428596 commit 6ca9019
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments