Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Nov 9, 2024
1 parent 4857dc6 commit 3630bfb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

0 comments on commit 3630bfb

Please sign in to comment.