Skip to content

Commit

Permalink
Need to always run merge job
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Sep 17, 2024
1 parent 6362084 commit 953ce76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
merge-screenshots:
runs-on: ubuntu-22.04
needs: [run-e2e-tests, check-screenshots]
if: "!cancelled()"
steps:
- uses: actions/upload-artifact/merge@v4
with:
Expand Down

0 comments on commit 953ce76

Please sign in to comment.