diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 2bc3c9625b..2abd4cc5b8 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -231,13 +231,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload snapshots - if: failure() uses: actions/upload-artifact@v4 with: name: cypress-snapshots path: e2e/cypress/snapshots - name: Commit base images + if: success() uses: EndBug/add-and-commit@v9 with: message: 'update base images'