Skip to content

Commit

Permalink
turned off cancel-in-progress to debug abdrupt terminiation
Browse files Browse the repository at this point in the history
  • Loading branch information
zutshi committed Dec 31, 2024
1 parent 58dbc95 commit b2468aa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ 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:
name: Performance benchmarks
# strategy:
# matrix:
# # version: [4.12.0, 4.14.1]
# version: [4.14.1]

runs-on: ubuntu-latest

Expand Down

0 comments on commit b2468aa

Please sign in to comment.