We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e0959 commit f4e3d6bCopy full SHA for f4e3d6b
.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