Commit 2f00be9
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 e726a1c commit 2f00be9
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