Skip to content

Commit 567c2ca

Browse files
committed
NO-JIRA: chore(gha): run code-server playwright tests for pushes (and scheduled run) as well
1 parent a33d66a commit 567c2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
# we leave little free disk space after we mount LVM for podman storage
458458
# not enough to install playwright; running playwright in podman uses the space we have
459459
- name: Run Playwright tests
460-
if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
460+
if: ${{ contains(inputs.target, 'codeserver') }}
461461
# --ipc=host because Microsoft says so in Playwright docs
462462
# --net=host because testcontainers connects to the Reaper container's exposed port
463463
# we need to pass through the relevant environment variables

0 commit comments

Comments
 (0)