File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1212 os : [ubuntu-latest]
1313
1414 steps :
15+ # Cancel queued workflows from earlier commits in this branch
16+ - uses : technote-space/auto-cancel-redundant-workflow@v1
17+
1518 - uses : actions/checkout@v2
1619 - run : git fetch origin master # check the master branch for benchmarking
1720 - uses : haskell/actions/setup@v1
Original file line number Diff line number Diff line change 1212 os : [ubuntu-latest, macOS-latest]
1313
1414 steps :
15+ # Cancel queued workflows from earlier commits in this branch
16+ - uses : technote-space/auto-cancel-redundant-workflow@v1
17+
1518 - uses : actions/checkout@v2
1619 with :
1720 submodules : true
Original file line number Diff line number Diff line change 2525 ghc : " 8.10.2.2" # only available for windows and choco
2626
2727 steps :
28- # Cancel queued workflows from earlier commits in this branch
29- - uses : fkirc/skip-duplicate-actions@master
28+ # Cancel queued workflows from earlier commits in this branch
29+ - uses : technote-space/auto-cancel-redundant-workflow@v1
3030
3131 - uses : actions/checkout@v2
3232 with :
You can’t perform that action at this time.
0 commit comments