Skip to content

Commit

Permalink
Don't run global docs build on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jun 15, 2024
1 parent b2d8c96 commit a560d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
env:
DATADEPS_ALWAYS_ACCEPT: true
JULIA_DEBUG: "Documenter"
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft
if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft && build.source != "schedule"
timeout_in_minutes: 2000

env:
Expand Down

0 comments on commit a560d10

Please sign in to comment.