Skip to content

Commit

Permalink
adjust ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 18, 2024
1 parent 2c9e119 commit cf9a796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cf9a796

Please sign in to comment.