Skip to content

Commit 87275d2

Browse files
committed
Fix?
1 parent f8ee4cc commit 87275d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/secure_pipeline.yml

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

0 commit comments

Comments
 (0)