We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584f022 commit 0fc2a45Copy full SHA for 0fc2a45
2 files changed
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ permissions:
17
contents: write
18
19
concurrency:
20
- group: build-${{ github.head_ref || github.ref }}
+ group: pull-request-${{ github.head_ref || github.ref }}
21
cancel-in-progress: true
22
23
env:
@@ -255,4 +255,4 @@ jobs:
255
- name: Write Benchmark Summary
256
shell: bash
257
run: cat **/*-report-github.md > $GITHUB_STEP_SUMMARY
258
- working-directory: ${{ runner.temp }}/benchmarks/
+ working-directory: ${{ runner.temp }}/benchmarks/
.github/workflows/release.yml
@@ -15,7 +15,7 @@ permissions:
15
16
+ group: release-${{ github.head_ref || github.ref }}
cancel-in-progress: false
0 commit comments