From 8cc94bc4cdcd432262b4da29572e55e8001cd274 Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Tue, 14 Jan 2025 10:08:26 +0530 Subject: [PATCH 1/2] update: update artifact version --- .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 6f112244..c5c2764a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -67,7 +67,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 8b6ca4860c1d3f59030b9fb6c3e40921b0971f7d Mon Sep 17 00:00:00 2001 From: Rishav Dutta Date: Wed, 15 Jan 2025 11:44:48 +0530 Subject: [PATCH 2/2] update: remove workflow triggers for develop --- .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: