From f3a54540c6dc3530f5125a7d900e7abbe68d7398 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Mon, 13 Jan 2025 20:10:29 +0530 Subject: [PATCH 1/3] update: update artifact version --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6f112244..8bade8d3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,6 +9,7 @@ on: branches: - master - develop + - update/artifact-version pull_request: branches: @@ -67,7 +68,7 @@ jobs: working-directory: ${{env.working_directory}} - name: Make reports available - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: playwright-report From 0c1b7f335b117c101b0a3669050d539535fa944e Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Tue, 14 Jan 2025 10:04:22 +0530 Subject: [PATCH 2/3] update: update push trigger --- .github/workflows/e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8bade8d3..c5c2764a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -9,7 +9,6 @@ on: branches: - master - develop - - update/artifact-version pull_request: branches: From e4b3a3b07feab926b469b3e453615ae3b0a0bf44 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Wed, 15 Jan 2025 11:46:23 +0530 Subject: [PATCH 3/3] update: remove workflow trigger for master --- .github/workflows/e2e.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c5c2764a..09a1625a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,15 +5,15 @@ name: End-to-End Tests # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: - - master - - develop +# push: +# branches: +# - master +# - develop - pull_request: - branches: - - master - - develop +# pull_request: +# branches: +# - master +# - develop # Allows you to run this workflow manually from the Actions tab workflow_dispatch: