We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e438a commit 2376871Copy full SHA for 2376871
.github/workflows/reusable-build-test-release.yml
@@ -55,7 +55,7 @@ permissions:
55
contents: read
56
packages: read
57
concurrency:
58
- group: ${{ github.head_ref || github.ref_name }}
+ group: ${{ github.head_ref || github.run_id }}
59
cancel-in-progress: true
60
jobs:
61
setup-workflow:
0 commit comments