Skip to content

Commit 3f7ef94

Browse files
committed
simplest
1 parent 89ed5c3 commit 3f7ef94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
# this step comes first, so that it is executed as first job in push calls
312312
# in PR calls this step is anyway skipped
313313
needs: changes
314-
if: ${{ needs.changes.outputs.anything-js == 'true' || github.event_name == 'push' }}
314+
if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }}
315315
timeout-minutes: 30
316316
runs-on: ${{ matrix.os }}
317317
strategy:

0 commit comments

Comments
 (0)