Skip to content

Commit a560d10

Browse files
Don't run global docs build on schedule
1 parent b2d8c96 commit a560d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
env:
2929
DATADEPS_ALWAYS_ACCEPT: true
3030
JULIA_DEBUG: "Documenter"
31-
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
31+
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft && build.source != "schedule"
3232
timeout_in_minutes: 2000
3333

3434
env:

0 commit comments

Comments
 (0)