From f2dbecf1d06a27e617782f772bccb7aa2fca0b37 Mon Sep 17 00:00:00 2001 From: Norbert Elter <72046715+itsyoboieltr@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:49:15 +0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f55bce2c6e0..b5af2c393773 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,9 +47,6 @@ jobs: name: All jobs completed runs-on: ubuntu-latest needs: - - check-workflows - - run-tests - - wait-for-circleci-workflow-status - trigger-failure outputs: PASSED: ${{ steps.set-output.outputs.PASSED }}