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 }}