Skip to content

Commit

Permalink
Incorrect needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 16, 2024
1 parent f1c55f5 commit e495bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

run-e2e-tests:
runs-on: ubuntu-22.04
needs: [build-and-push-image, list-e2e-tests]
needs: [build-and-push-image, build-frontend, list-e2e-tests]
container:
image: ghcr.io/${{ needs.build-and-push-image.outputs.image_tag }}
strategy:
Expand Down

0 comments on commit e495bbf

Please sign in to comment.