force test the build and push workflow
Some checks failed
Build and push / changes (push) Successful in 4s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Failing after 9s
Build and push / sync-argocd-app (push) Successful in 2s

This commit is contained in:
Luke R 2024-05-02 13:19:12 -07:00
parent cc712f7bf4
commit bb9afdeed6

View File

@ -43,7 +43,7 @@ jobs:
if: steps.filter.outputs.python_files == 'true'
Build-and-Push-Docker:
needs: changes
if: ${{ needs.changes.outputs.python_files == 'true' }}
# if: ${{ needs.changes.outputs.python_files == 'true' }}
steps:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
@ -63,7 +63,7 @@ jobs:
dragon-bot/dragon-bot:${{ gitea.run_id }}
sync-argocd-app:
needs: changes
if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
# if: ${{ needs.changes.outputs.python_files == 'true' || needs.changes.outputs.helm == 'true' }}
steps:
- name: Sync app in ArgoCD
uses: clowdhaus/argo-cd-action/@main