From d949acb9259ae53036593080b7074f79e7440caf Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sat, 26 Nov 2022 16:10:16 +0100 Subject: [PATCH] [CI] only build if the check source code step is succesfull --- .github/workflows/build_and_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fd6f808d5..0efa12aaf 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -26,6 +26,7 @@ jobs: buildAndTest: name: Build and Test + needs: checkSource strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest]