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 1955985 commit 271f58aCopy full SHA for 271f58a
.buildkite/pipeline.yml
@@ -154,7 +154,8 @@ steps:
154
os: "macos"
155
arch: "aarch64"
156
if: |
157
- build.message =~ /\[only benchmarks\]/ ||
+ build.pull_request.repository.fork &&
158
+ (build.message =~ /\[only benchmarks\]/ ||
159
build.message !~ /\[only/ && !build.pull_request.draft &&
- build.message !~ /\[skip benchmarks\]/
160
+ build.message !~ /\[skip benchmarks\]/)
161
timeout_in_minutes: 30
0 commit comments