/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
update workflow
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 36cf32745742 parent 70a7a71 Browse files
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:
moveopenescclose