Skip to content

Commit 2d079b9

Browse files
authored
Update Benchmarks CI
1 parent ab66af5 commit 2d079b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ permissions:
2929
contents: write
3030
deployments: write
3131

32+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
33+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
34+
concurrency:
35+
group: pages
36+
cancel-in-progress: false
37+
3238
jobs:
3339
benchmark:
3440
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)