Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 27, 2024
1 parent 29707f6 commit a2d5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Cancels all previous runs of this particular job for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name, job name and the branch name.
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ strategy.job-index }}-${{ github.ref }}
cancel-in-progress: true

runs-on: ubuntu-latest
Expand Down

0 comments on commit a2d5685

Please sign in to comment.