From b7bc7a04cce8edff95b20d51ccb06e87e163c126 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Tue, 14 Jan 2025 20:46:15 +0530 Subject: [PATCH 1/2] update: update artifact version for master --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 25198dd..bf44bb7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: - name: Archive HTML Report on failure if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: report path: ./tests/e2e-playwright/artifacts From f4034c26758337b6488abea1c7c80199a2c50615 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Wed, 15 Jan 2025 11:34:59 +0530 Subject: [PATCH 2/2] update: remove workflow triggers 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 bf44bb7..2a1aa0c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,14 +5,14 @@ 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: - - develop - - master - pull_request: - branches: - - develop - - master +# push: +# branches: +# - develop +# - master +# pull_request: +# branches: +# - develop +# - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: