Skip to content

Commit

Permalink
Cancel earlier queued bench workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Feb 9, 2021
1 parent 691d821 commit 805e344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
os: [ubuntu-latest]

steps:
# Cancel queued workflows from earlier commits in this branch
- uses: fkirc/skip-duplicate-actions@master

- uses: actions/checkout@v2
- run: git fetch origin master # check the master branch for benchmarking
- uses: haskell/actions/setup@v1
Expand Down Expand Up @@ -81,6 +84,9 @@ jobs:
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']

steps:
# Cancel queued workflows from earlier commits in this branch
- uses: fkirc/skip-duplicate-actions@master

- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit 805e344

Please sign in to comment.