Skip to content

Commit 3e1d843

Browse files
committed
Run operators benchmarks
Signed-off-by: Nicholas Gates <[email protected]>
1 parent c88a717 commit 3e1d843

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/bench-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ concurrency:
99
cancel-in-progress: false
1010

1111
on:
12-
push:
13-
branches: ["operators-bench"]
12+
pull_request:
13+
types: [labeled, synchronize]
14+
branches: ["develop"]
15+
workflow_dispatch: { }
1416

1517
env:
1618
VORTEX_OPERATORS: "true"

0 commit comments

Comments
 (0)