From 3630bfbc18d9a67ca10f094c59c636fff6449d6e Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:55:39 +0100 Subject: [PATCH] revert unnecessary changes --- .github/workflows/blueprint.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/blueprint.yml b/.github/workflows/blueprint.yml index a2d66ae..ff4fd71 100644 --- a/.github/workflows/blueprint.yml +++ b/.github/workflows/blueprint.yml @@ -145,16 +145,3 @@ jobs: if: github.event_name == 'push' id: deployment uses: actions/deploy-pages@v4 - - # Enable status check to ensure all jobs succeeded - check: - if: always() - name: Check - needs: - - build_project - runs-on: ubuntu-latest - steps: - - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@release/v1 - with: - jobs: ${{ toJSON(needs) }}