Skip to content

Commit

Permalink
added back cancel-in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
zutshi committed Dec 31, 2024
1 parent 2f5901d commit 1b53646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ permissions:
# contents permission to update benchmark contents in gh-pages branch
contents: write

# # cancel in-progress job when a new push is performed
# concurrency:
# group: ci-bench-${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
# cancel in-progress job when a new push is performed
concurrency:
group: ci-bench-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
benchmark:
Expand Down

0 comments on commit 1b53646

Please sign in to comment.