Skip to content

Commit a3be429

Browse files
authored
fix: Update playwright.yml (#635)
Removes conditional from build step.
1 parent 2670ee8 commit a3be429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎.github/workflows/playwright.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
run: npx playwright install --with-deps
8888

8989
- name: Build Affected Projects
90-
#if: steps.get_workspaces.outputs.affected_workspaces != ''
9190
run: |
9291
IFS=$'\n'
9392
AFFECTED_WORKSPACES_ARRAY=(${{ steps.get_workspaces.outputs.affected_workspaces }})

0 commit comments

Comments
 (0)