Skip to content

Commit

Permalink
Run check images in pull-request workflows and fails if it doesn't su…
Browse files Browse the repository at this point in the history
…cceed
  • Loading branch information
lucasmlp committed Aug 28, 2023
1 parent c127fdc commit 63b95bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:

- name: Check container images
run: make check-images
if: startsWith(github.ref, 'refs/heads/upstream/release-v')
continue-on-error: true
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 63b95bf

Please sign in to comment.