Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 5bd9c0d

Browse files
Merge pull request #304 from rtCamp/master
Sync Develop <- Master
2 parents 06c5290 + c097be0 commit 5bd9c0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/e2e.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: End-to-End Tests
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
8-
push:
9-
branches:
10-
- master
11-
- develop
8+
# push:
9+
# branches:
10+
# - master
11+
# - develop
1212

13-
pull_request:
14-
branches:
15-
- master
16-
- develop
13+
# pull_request:
14+
# branches:
15+
# - master
16+
# - develop
1717

1818
# Allows you to run this workflow manually from the Actions tab
1919
workflow_dispatch:
@@ -67,7 +67,7 @@ jobs:
6767
working-directory: ${{env.working_directory}}
6868

6969
- name: Make reports available
70-
uses: actions/upload-artifact@v2
70+
uses: actions/upload-artifact@v4
7171
if: success() || failure()
7272
with:
7373
name: playwright-report

0 commit comments

Comments
 (0)