Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix: check deployed image only on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and igarashitm committed Jul 12, 2023
1 parent 8132757 commit b23298c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
docker run -d --rm -p 8081:8081 --name kaoto-backend kaotoio/backend:pr-${{ github.event.pull_request.number }}
- name: Check the deployed service URL
uses: jtalk/url-health-check-action@v3
if: ${{ github.event_name == 'pull_request' }}
with:
url: 'http://localhost:8081/q/health'
max-attempts: 5
Expand Down

0 comments on commit b23298c

Please sign in to comment.