Skip to content

Commit 37f8433

Browse files
authored
chore: Skip benchmark step for merge groups (#2575)
1 parent c81bb88 commit 37f8433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ jobs:
161161
CLI_E2E_API_KEY: ${{ secrets.CLI_E2E_API_KEY }}
162162

163163
benchmark:
164+
# only run if is not merge_group
165+
if: github.event_name != 'merge_group'
164166
timeout-minutes: 15
165167
name: "Benchmark"
166168
runs-on: ubuntu-latest-16

0 commit comments

Comments
 (0)