Skip to content

Commit 2f00be9

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: skip_check
1717
uses: fkirc/skip-duplicate-actions@v5
1818
with:
19-
concurrent_skipping: 'same_content_newer'
19+
concurrent_skipping: 'outdated_runs'
2020

2121
build_debug_kernel:
2222

0 commit comments

Comments
 (0)