Skip to content

Commit

Permalink
#1763 don't run macOS build if PR is not ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed May 17, 2022
1 parent 8bcb450 commit 6c1bccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

runs-on: macos-10.15

if: github.event.pull_request.draft == false

strategy:
fail-fast: false

Expand Down

0 comments on commit 6c1bccb

Please sign in to comment.