From 21116e97a350af47ae7bb20a3d88f7d7cb539b60 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 4 Jan 2021 07:04:37 +0000 Subject: [PATCH] Revert "Auto cancel redundant workflows (attempt #2) (#1154)" This reverts commit 7fa3ff6a64e2ecc19d675a46aff46bffc48c3b1d. --- .github/workflows/bench.yml | 3 --- .github/workflows/nix.yml | 3 --- .github/workflows/test.yml | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) 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: