[CI] only build if the check source code step is succesfull

This commit is contained in:
Mathis Logemann 2022-11-26 16:10:16 +01:00
parent cbb80aa0db
commit d949acb925

View file

@ -26,6 +26,7 @@ jobs:
buildAndTest:
name: Build and Test
needs: checkSource
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]