From 61ed84d04fe9d9709010e534eb8716c85d5d8514 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Wed, 6 Dec 2023 14:48:15 +0100 Subject: [PATCH] Fixing build-and-test workflow --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ec79a7753..85bc4f261 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -51,7 +51,7 @@ jobs: post-pull-request-checks-automation: name: Post Pull Request Checks Automation - needs: [build-and-test-larger-runners, build-and-test-nuget-test, spelling, powershell-static-code-analysis] + needs: [build-and-test-nuget-test, spelling, powershell-static-code-analysis] if: github.event.pull_request != '' uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev secrets: @@ -64,7 +64,7 @@ jobs: name: Add Windows Build Warning Label runs-on: ubuntu-22.04 timeout-minutes: 2 - needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis] + needs: [build-and-test-nuget-test, powershell-static-code-analysis] steps: - name: Add Windows Build Warning Label # v2.0.0