Skip to content

Commit a8ddb34

Browse files
committed
Undo Fix
[only benchmarks] [skip docs]
1 parent 3947fab commit a8ddb34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/secure_pipeline.yml

+1-4
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)