Skip to content

Commit

Permalink
Update wordpress.yml (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito authored Sep 26, 2024
2 parents d6f188f + ce12eea commit 6d5fbf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ jobs:
status-check:
name: Status Check
needs: [ test, lint, assets ]
if: always()
runs-on: ubuntu-latest
steps:
- name: Display Status
run: echo "All Green!"
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

release:
name: Release Build as Plugin
Expand Down

0 comments on commit 6d5fbf2

Please sign in to comment.