mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 10:00:51 -04:00
fix(GHA): improve specificity of concurrency (#59677)
This commit is contained in:
committed by
GitHub
parent
a78f40f7e6
commit
c87ae5a8ba
2
.github/workflows/github-labeler.yaml
vendored
2
.github/workflows/github-labeler.yaml
vendored
@@ -6,7 +6,7 @@ permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.workflow_run.head_branch || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user