File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 12
12
os : [ubuntu-latest]
13
13
14
14
steps :
15
+ # Cancel queued workflows from earlier commits in this branch
16
+ - uses : technote-space/auto-cancel-redundant-workflow@v1
17
+
15
18
- uses : actions/checkout@v2
16
19
- run : git fetch origin master # check the master branch for benchmarking
17
20
- uses : haskell/actions/setup@v1
Original file line number Diff line number Diff line change 12
12
os : [ubuntu-latest, macOS-latest]
13
13
14
14
steps :
15
+ # Cancel queued workflows from earlier commits in this branch
16
+ - uses : technote-space/auto-cancel-redundant-workflow@v1
17
+
15
18
- uses : actions/checkout@v2
16
19
with :
17
20
submodules : true
Original file line number Diff line number Diff line change 25
25
ghc : " 8.10.2.2" # only available for windows and choco
26
26
27
27
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
30
30
31
31
- uses : actions/checkout@v2
32
32
with :
You can’t perform that action at this time.
0 commit comments