From 3ab8e80f2a529c1f17bd9556e01b28f53db96070 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Wed, 17 Aug 2022 17:37:43 +0200 Subject: [PATCH] depend on formatting --- .github/workflows/build_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 1a00430ae..59fdb3fbe 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -45,6 +45,7 @@ jobs: NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }} windows-static: + needs: checkSource name: Windows static uses: ./.github/workflows/windows.yml with: @@ -83,6 +84,7 @@ jobs: NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }} ubuntu-static: + needs: checkSource name: Linux static uses: ./.github/workflows/ubuntu.yml with: @@ -121,6 +123,7 @@ jobs: NUGET_REGISTRY_PAT: ${{ secrets.VCPKG_CACHE_PAT }} macos-static: + needs: checkSource name: MacOS static uses: ./.github/workflows/macos.yml with: