Don't wait for syntax job.

This commit is contained in:
Markus Reiter 2020-11-28 15:42:11 +01:00
parent 7ab22826b2
commit de280c4192

View File

@ -43,7 +43,6 @@ jobs:
tests:
name: ${{ matrix.name }}
needs: syntax
runs-on: ${{ matrix.os }}
strategy:
matrix:
@ -107,7 +106,6 @@ jobs:
tap-syntax:
name: ${{ matrix.name }}
needs: syntax
runs-on: ${{ matrix.os }}
strategy:
matrix:
@ -189,7 +187,6 @@ jobs:
run: brew audit --skip-style
docker:
needs: syntax
runs-on: ubuntu-latest
steps:
- name: Set up Homebrew
@ -213,7 +210,6 @@ jobs:
test-default-formula:
name: ${{ matrix.name }}
needs: syntax
runs-on: ${{ matrix.os }}
strategy:
matrix: