Restore the gates on images running
This commit is contained in:
parent
8cdb562d26
commit
c2a9dc9fab
@ -43,7 +43,7 @@ jobs:
|
|||||||
if: steps.filter.outputs.python_files == 'true'
|
if: steps.filter.outputs.python_files == 'true'
|
||||||
Build-and-Push-Docker:
|
Build-and-Push-Docker:
|
||||||
needs: changes
|
needs: changes
|
||||||
# if: ${{ needs.changes.outputs.python_files == 'true' }}
|
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
ldooks/dragon-bot:${{ gitea.run_id }}
|
ldooks/dragon-bot:${{ gitea.run_id }}
|
||||||
sync-argocd-app:
|
sync-argocd-app:
|
||||||
needs: [changes, Build-and-Push-Docker]
|
needs: [changes, Build-and-Push-Docker]
|
||||||
# if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
|
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Sync app in ArgoCD
|
- name: Sync app in ArgoCD
|
||||||
uses: clowdhaus/argo-cd-action/@main
|
uses: clowdhaus/argo-cd-action/@main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user