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 3947fab commit a8ddb34Copy full SHA for a8ddb34
.buildkite/secure_pipeline.yml
@@ -25,8 +25,5 @@ steps:
25
queue: "juliaecosystem"
26
os: "macos"
27
arch: "aarch64"
28
- if: |
29
- build.message =~ /\[only docs\]/ ||
30
- build.message !~ /\[only/ && !build.pull_request.draft &&
31
- build.message !~ /\[skip docs\]/
+ if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
32
timeout_in_minutes: 30
0 commit comments