diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 4acac5655b..51f28525ab 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -12,9 +12,6 @@ jobs: os: [ubuntu-latest] steps: - # Cancel queued workflows from earlier commits in this branch - - uses: technote-space/auto-cancel-redundant-workflow@v1 - - uses: actions/checkout@v2 - run: git fetch origin master # check the master branch for benchmarking - uses: haskell/actions/setup@v1 diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 93f05e8b6e..13983572b2 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -12,9 +12,6 @@ jobs: os: [ubuntu-latest, macOS-latest] steps: - # Cancel queued workflows from earlier commits in this branch - - uses: technote-space/auto-cancel-redundant-workflow@v1 - - uses: actions/checkout@v2 with: submodules: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64841447c7..bbac124feb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,8 @@ jobs: ghc: "8.10.2.2" # only available for windows and choco steps: - # Cancel queued workflows from earlier commits in this branch - - uses: technote-space/auto-cancel-redundant-workflow@v1 + # Cancel queued workflows from earlier commits in this branch + - uses: fkirc/skip-duplicate-actions@master - uses: actions/checkout@v2 with: