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 a33d66a commit 567c2caCopy full SHA for 567c2ca
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -457,7 +457,7 @@ jobs:
457
# we leave little free disk space after we mount LVM for podman storage
458
# not enough to install playwright; running playwright in podman uses the space we have
459
- name: Run Playwright tests
460
- if: ${{ fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
+ if: ${{ contains(inputs.target, 'codeserver') }}
461
# --ipc=host because Microsoft says so in Playwright docs
462
# --net=host because testcontainers connects to the Reaper container's exposed port
463
# we need to pass through the relevant environment variables
0 commit comments