update workflow
1 changed file+5−0
.github/workflows/benchmark.ymlmodified+5−0View file
@@ -1,5 +1,10 @@
11 name: Run Benchmarks
22
3+# Add concurrency to cancel in-progress jobs
4+concurrency:
5+ group: ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress: true
7+
38 on:
49 workflow_dispatch: # Manual trigger
510 push: