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/*'