[CI] only build if the check source code step is succesfull
This commit is contained in:
parent
cbb80aa0db
commit
d949acb925
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
|
||||
buildAndTest:
|
||||
name: Build and Test
|
||||
needs: checkSource
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
|
|
Loading…
Reference in a new issue