Skip to content

Commit 99aa808

Browse files
authored
Disable running e2e tests on PRs and pushes to main (#4125)
1 parent a26755a commit 99aa808

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Run E2E Playwright tests
22
on:
33
workflow_dispatch:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
4+
# Temporarily disable running tests until they're fixed
5+
# push:
6+
# branches: [main]
7+
# pull_request:
8+
# branches: [main]
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)