Commit d9b64da
committed
CI: Cancel outdated workflow runs instead of newer ones
Change concurrent_skipping from 'same_content_newer' to 'outdated_runs'.
Previously, when pushing multiple commits in quick succession, the newer
workflow run would be skipped while the older one continued. This is
backwards for development, i.e., we want to test the latest code and
cancel the outdated runs.
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>1 parent e096865 commit d9b64da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments