Skip to content

Commit

Permalink
Fixing var schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Oct 25, 2024
1 parent cdff320 commit a60df09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wpcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
name: Run PHPUnit on the WPCloud test site
runs-on: ubuntu-latest
needs: build
if: jobs.build.changed.outputs.wpcomsh == 'true'
if: needs.build.outputs.wpcomsh == 'true'
steps:
- uses: actions/checkout@v4

- name: Restore wpcomsh build cache
id: wpcomsh-build-cache
if: needs.build.result == 'success'
uses: actions/cache/restore@v4
with:
path: |
Expand Down

0 comments on commit a60df09

Please sign in to comment.