Skip to content

Commit 04bb1bf

Browse files
committed
Auto cancel redundant workflows
1 parent d7e3d2d commit 04bb1bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
ghc-lib: true
3131

3232
steps:
33+
# Cancel queued workflows from earlier commits in this branch
34+
- uses: fkirc/skip-duplicate-actions@master
35+
3336
- uses: actions/checkout@v2
3437
with:
3538
submodules: true

0 commit comments

Comments
 (0)