Skip to content

Commit

Permalink
Merge pull request #211 from PJK/osx-master-only
Browse files Browse the repository at this point in the history
Only run OSX CI on master and when linux job succeeded
  • Loading branch information
PJK committed Mar 17, 2022
2 parents e630f2f + 6bab9c2 commit c3be8e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,11 @@ workflows:
- build-and-test
- build-and-test-clang
- build-and-test-arm
- build-and-test-osx
- build-and-test-osx:
requires:
- build-and-test
filters:
branches:
only:
- master
- build-bazel

0 comments on commit c3be8e5

Please sign in to comment.