Skip to content

Commit 14062e7

Browse files
committed
queue SQL benchmarks
Signed-off-by: Connor Tsui <[email protected]>
1 parent a9f1baa commit 14062e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bench-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
name: PR Benchmarks
44

55
concurrency:
6+
# The group causes runs to queue instead of running in parallel.
67
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7-
# TODO(connor): Do we actually want to cancel benchmarks if someone retriggers them?
8-
cancel-in-progress: true
8+
# Don't cancel benchmarks that are already running, instead just queue them up.
9+
cancel-in-progress: false
910

1011
on:
1112
pull_request:

0 commit comments

Comments
 (0)