Skip to content

Commit 0fc2a45

Browse files
committed
updated concurrency group names
1 parent 584f022 commit 0fc2a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
contents: write
1818

1919
concurrency:
20-
group: build-${{ github.head_ref || github.ref }}
20+
group: pull-request-${{ github.head_ref || github.ref }}
2121
cancel-in-progress: true
2222

2323
env:
@@ -255,4 +255,4 @@ jobs:
255255
- name: Write Benchmark Summary
256256
shell: bash
257257
run: cat **/*-report-github.md > $GITHUB_STEP_SUMMARY
258-
working-directory: ${{ runner.temp }}/benchmarks/
258+
working-directory: ${{ runner.temp }}/benchmarks/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: write
1616

1717
concurrency:
18-
group: build-${{ github.head_ref || github.ref }}
18+
group: release-${{ github.head_ref || github.ref }}
1919
cancel-in-progress: false
2020

2121
env:

0 commit comments

Comments
 (0)