🐛(ci) improve docker-hub

Avoid to notify argocd for nothing
This commit is contained in:
Jacques ROUSSEL
2024-04-19 13:55:07 +02:00
committed by Anthony LC
parent 89aa048fc1
commit f9bec19c7d

View File

@@ -121,6 +121,8 @@ jobs:
- build-and-push-frontend - build-and-push-frontend
- build-and-push-backend - build-and-push-backend
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: |
github.event_name != 'pull_request'
steps: steps:
- -
name: Checkout name: Checkout