From bb9afdeed635e765e0783a25a4199fce9dcfe33c Mon Sep 17 00:00:00 2001 From: Luke R Date: Thu, 2 May 2024 13:19:12 -0700 Subject: [PATCH] force test the build and push workflow --- .gitea/workflows/build-and-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 099287dc..de7121d5 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -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