Skip to content

Commit

Permalink
Fix concurrency id
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 3, 2023
1 parent 85fa9e2 commit 0c93d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/*.yml'

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

jobs:
Expand Down

0 comments on commit 0c93d25

Please sign in to comment.