Skip to content

Commit 44ea5a5

Browse files
authored
Merge pull request #1156 from haskell/revert-1154-auto-cancel
Revert "Auto cancel redundant workflows (attempt #2)"
2 parents eb58f13 + e433dbe commit 44ea5a5

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
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-
1815
- uses: actions/checkout@v2
1916
- run: git fetch origin master # check the master branch for benchmarking
2017
- uses: haskell/actions/setup@v1

.github/workflows/nix.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
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-
1815
- uses: actions/checkout@v2
1916
with:
2017
submodules: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
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: technote-space/auto-cancel-redundant-workflow@v1
28+
# Cancel queued workflows from earlier commits in this branch
29+
- uses: fkirc/skip-duplicate-actions@master
3030

3131
- uses: actions/checkout@v2
3232
with:

0 commit comments

Comments
 (0)