Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Sep 17, 2024
1 parent f8ee4cc commit 87275d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/secure_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ steps:
queue: "juliaecosystem"
os: "macos"
arch: "aarch64"
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
if: |
build.message =~ /\[only docs\]/ ||
build.message !~ /\[only/ && !build.pull_request.draft &&
build.message !~ /\[skip docs\]/
timeout_in_minutes: 30

0 comments on commit 87275d2

Please sign in to comment.