From cf9a79643a712210aefba7bb8fb76949fe43537e Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Mon, 18 Mar 2024 12:42:33 +0100 Subject: [PATCH] adjust ci --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'