Don't wait for syntax job.
This commit is contained in:
parent
7ab22826b2
commit
de280c4192
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -43,7 +43,6 @@ jobs:
|
|||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
needs: syntax
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -107,7 +106,6 @@ jobs:
|
|||||||
|
|
||||||
tap-syntax:
|
tap-syntax:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
needs: syntax
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -189,7 +187,6 @@ jobs:
|
|||||||
run: brew audit --skip-style
|
run: brew audit --skip-style
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
needs: syntax
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Homebrew
|
- name: Set up Homebrew
|
||||||
@ -213,7 +210,6 @@ jobs:
|
|||||||
|
|
||||||
test-default-formula:
|
test-default-formula:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
needs: syntax
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user