We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed5c3 commit 3f7ef94Copy full SHA for 3f7ef94
.github/workflows/ci-testing-deploy.yml
@@ -311,7 +311,7 @@ jobs:
311
# this step comes first, so that it is executed as first job in push calls
312
# in PR calls this step is anyway skipped
313
needs: changes
314
- if: ${{ needs.changes.outputs.anything-js == 'true' || github.event_name == 'push' }}
+ if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
315
timeout-minutes: 30
316
runs-on: ${{ matrix.os }}
317
strategy:
0 commit comments