Skip to content

Commit

Permalink
fix action indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jun 19, 2024
1 parent 11feb0e commit a0c6aed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark-EpiAware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
pull_request:
merge_group:

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

jobs:
Benchmark:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0c6aed

Please sign in to comment.