Skip to content

Commit

Permalink
Fix: issue pages-astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored May 25, 2024
1 parent 112e058 commit 3387e07
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pages-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

# https://github.com/marketplace/actions/alls-green#why
release-all-green: # This job does nothing and is only used for the branch protection
if: always()
needs:
- build
- deploy
runs-on: ubuntu-latest
# https://github.com/marketplace/actions/alls-green#wh
release-all-green: # This job does nothing and is only used for the branch protection
if: always()
needs:
- build
- deploy
runs-on: ubuntu-latest

steps:
- name: "Decide whether the needed jobs succeeded or failed"
uses: re-actors/alls-green@223e4bb7a751b91f43eda76992bcfbf23b8b0302 # v1.2.2
with:
jobs: ${{ toJSON(needs) }}
steps:
- name: "Decide whether the needed jobs succeeded or failed"
uses: re-actors/alls-green@223e4bb7a751b91f43eda76992bcfbf23b8b0302 # v1.2.2
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 3387e07

Please sign in to comment.