Skip to content

Commit

Permalink
No concurrency for faster debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Dec 9, 2024
1 parent 64601d5 commit cc9d026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ on:
env:
DEPLOY_BRANCH: main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
# cancel-in-progress: true

defaults:
run:
Expand Down

0 comments on commit cc9d026

Please sign in to comment.