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 ac6bcb5 commit 14efcc8Copy full SHA for 14efcc8
.github/workflows/benchmark.yml
@@ -24,6 +24,12 @@ on:
24
# performance analysis in order to generate initial data.
25
workflow_dispatch:
26
27
+# This CI workflow can take up to 2 hours.
28
+# This setting will auto-cancel a old run if a new run is started.
29
+concurrency:
30
+ group: ${{ github.workflow }}-${{ github.ref }}
31
+ cancel-in-progress: true
32
+
33
jobs:
34
benchmark:
35
runs-on: ubuntu-latest
0 commit comments