Skip to content

Commit

Permalink
Don't disable main tests when a PR is a draft
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Sep 19, 2024
1 parent ce845c7 commit fb9b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
if: |
build.message =~ /\[only tests\]/ ||
build.message =~ /\[only julia\]/ ||
build.message !~ /\[only/ && !build.pull_request.draft &&
build.message !~ /\[only/ &&
build.message !~ /\[skip tests\]/ &&
build.message !~ /\[skip julia\]/
timeout_in_minutes: 60
Expand Down

0 comments on commit fb9b743

Please sign in to comment.