Skip to content

Commit

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

Expand Down

0 comments on commit cdff320

Please sign in to comment.