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 2670ee8 commit a3be429Copy full SHA for a3be429
1 file changed
.github/workflows/playwright.yml
@@ -87,7 +87,6 @@ jobs:
87
run: npx playwright install --with-deps
88
89
- name: Build Affected Projects
90
- #if: steps.get_workspaces.outputs.affected_workspaces != ''
91
run: |
92
IFS=$'\n'
93
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})
0 commit comments