Skip to content

Commit

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

0 comments on commit dadbf35

Please sign in to comment.