Skip to content

Commit eaa314d

Browse files
committed
Trigger install
1 parent a9829a9 commit eaa314d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ matrix.node == 18 && '18.15.0' || matrix.node }}
5252

5353
- name: "Installing dependencies"
54-
if: steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'
54+
if: true || steps.filter.outputs.packages == 'true' || steps.filter.outputs.tests == 'true'
5555
run: pnpm install
5656

5757
- name: Increase number of watchers

0 commit comments

Comments
 (0)