From 464e3c9c5def31ba05e5eddaef117673ed7ba93a Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 17 Oct 2025 15:02:56 +1100 Subject: [PATCH] fix: deploy job cant pull master - dont try pull the master branch in the deploy job --- .gitea/workflows/deploy.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c161dae..e4b6839 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,14 +19,6 @@ jobs: with: fetch-depth: 0 - - name: Fetch master branch - run: | - git fetch origin master:master - - - name: Show changed files - run: | - git diff --name-only master - - name: Run Terraform Apply env: VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}