From 976585401c920a2612770a19dfe031ce238e2d27 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 8 Dec 2022 14:22:48 +0530 Subject: [PATCH] Upload ci snapshots --- .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 a6aa0020e..c327cebde 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -67,7 +67,7 @@ jobs: - name: Commit changes uses: EndBug/add-and-commit@v9 - if: ${{ failure() && github.event_name == 'push' }} + if: ${{ github.event_name == 'push' }} with: message: 'Update snapshots' add: 'cypress/snapshots/*'