Skip to content

Commit

Permalink
debug code, revert later
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed Jun 7, 2024
1 parent d42f92b commit ccde8cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,15 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: |
github.event_name == 'pull_request' &&
needs.build.outputs.job_status == 'success'
always() && (
github.event_name == 'pull_request' &&
needs.build.outputs.job_status == 'success'
)
steps:
- name: Checkout code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Create WordPress Playground link comment
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit ccde8cc

Please sign in to comment.