We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c7e72c + 7eb56dd commit 1568327Copy full SHA for 1568327
.github/workflows/e2e-test.yml
@@ -5,15 +5,15 @@ name: End-to-End Tests
5
# Controls when the workflow will run
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
- push:
9
- branches:
10
- - develop
11
- - master
+# push:
+# branches:
+# - develop
+# - master
12
13
- pull_request:
14
15
16
+# pull_request:
17
18
# Allows you to run this workflow manually from the Actions tab
19
workflow_dispatch:
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Archive HTML Report on failure
54
if: failure()
55
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
56
with:
57
name: report
58
path: ./tests/e2e-playwright/config
0 commit comments