Skip to content

Commit

Permalink
change concurrency group to use the workflow name and branch running it
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Feb 7, 2024
1 parent 17f6e5b commit 8024db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'master'
workflow_dispatch:
concurrency:
group: 'pl-test'
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 8024db4

Please sign in to comment.