Skip to content

Commit

Permalink
CI: reactivate CI selectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff authored and tylerjereddy committed Dec 21, 2020
1 parent f5c1695 commit 6558739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test_macos:
name: macOS Test Matrix
# if: "github.repository == 'scipy/scipy' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')"
if: "github.repository == 'scipy/scipy' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')"
runs-on: macos-latest
strategy:
max-parallel: 3
Expand Down

0 comments on commit 6558739

Please sign in to comment.