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 a9f1baa commit 14062e7Copy full SHA for 14062e7
.github/workflows/bench-pr.yml
@@ -3,9 +3,10 @@
3
name: PR Benchmarks
4
5
concurrency:
6
+ # The group causes runs to queue instead of running in parallel.
7
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
- # TODO(connor): Do we actually want to cancel benchmarks if someone retriggers them?
8
- cancel-in-progress: true
+ # Don't cancel benchmarks that are already running, instead just queue them up.
9
+ cancel-in-progress: false
10
11
on:
12
pull_request:
0 commit comments