File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717 contents : write
1818
1919concurrency :
20- group : build -${{ github.head_ref || github.ref }}
20+ group : pull-request -${{ github.head_ref || github.ref }}
2121 cancel-in-progress : true
2222
2323env :
@@ -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/
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515 contents : write
1616
1717concurrency :
18- group : build -${{ github.head_ref || github.ref }}
18+ group : release -${{ github.head_ref || github.ref }}
1919 cancel-in-progress : false
2020
2121env :
You can’t perform that action at this time.
0 commit comments