We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab66af5 commit 2d079b9Copy full SHA for 2d079b9
.github/workflows/Benchmarks.yml
@@ -29,6 +29,12 @@ permissions:
29
contents: write
30
deployments: write
31
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
+
38
jobs:
39
benchmark:
40
runs-on: ubuntu-latest
0 commit comments