Skip to content

Commit

Permalink
fix(ci): Prevent workflows from being erroneously cancelled (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Sep 19, 2024
1 parent 587797b commit cb9ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ format('{0}-{1}', github.job, github.ref) }}
group: ${{ format('{0}-{1}', github.workflow, github.ref) }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit cb9ffd8

Please sign in to comment.