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 918a2cb commit b2b2459Copy full SHA for b2b2459
2 files changed
.github/workflows/benchmarks.yml
@@ -7,6 +7,10 @@ on:
7
branches: [main]
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
permissions:
15
contents: read
16
.github/workflows/test.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
0 commit comments