Merge pull request #10387 from MikeMcQuaid/macos_tests_needs_syntax
tests: make macOS tests require a passing syntax job.
This commit is contained in:
commit
ca2eccff38
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -180,6 +180,7 @@ jobs:
|
||||
|
||||
test-everything:
|
||||
name: test everything (macOS)
|
||||
needs: syntax
|
||||
if: startsWith(github.repository, 'Homebrew/')
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user