Skip to content

Commit

Permalink
Merge pull request #31 from hametuha/enhancement/make-actions-lighter
Browse files Browse the repository at this point in the history
Fix script bug
  • Loading branch information
fumikito authored Oct 4, 2024
2 parents 234a1bf + 89b4d8e commit bfdd1ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:

status-check:
name: Status Check
if: always()
runs-on: ubuntu-latest
needs: [ test, phpcs, phplint, assets ]
steps:
- name: Check Status
run: echo "All checks passed!"
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit bfdd1ce

Please sign in to comment.