Skip to content

Commit dadbf35

Browse files
committed
Undo Fix
[only benchmarks] [skip docs]
1 parent 87275d2 commit dadbf35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/secure_pipeline.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ steps:
2525
queue: "juliaecosystem"
2626
os: "macos"
2727
arch: "aarch64"
28-
if: |
29-
build.message =~ /\[only docs\]/ ||
30-
build.message !~ /\[only/ && !build.pull_request.draft &&
31-
build.message !~ /\[skip docs\]/
28+
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
3229
timeout_in_minutes: 30

0 commit comments

Comments
 (0)