Skip to content

Commit c88a717

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

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/bench-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
labels: benchmark
3535

3636
bench:
37-
needs: label_trigger
3837
timeout-minutes: 120
3938
runs-on:
4039
- runs-on=${{ github.run_id }}
@@ -135,7 +134,6 @@ jobs:
135134
comment-tag: bench-pr-comment-${{ matrix.benchmark.id }}
136135

137136
sql:
138-
needs: label_trigger
139137
uses: ./.github/workflows/sql-benchmarks.yml
140138
secrets: inherit
141139
with:

.github/workflows/labels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
55
cancel-in-progress: true
66

7-
on:
8-
pull_request:
9-
# Trigger on these PR activities
10-
types: [opened, reopened, synchronize, labeled, unlabeled]
7+
on: { }
118

129
jobs:
1310
check_changelog_label:

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
permissions:
88
contents: read
99

10-
on: [pull_request]
10+
on: { }
1111

1212
env:
1313
CLICOLOR: 1

0 commit comments

Comments
 (0)