fix: dont fetch master on deploy
All checks were successful
Build / build (pull_request) Successful in 4s

- deploy runs on master branch, dont attempt to fetch it
This commit is contained in:
Ben Vincent 2025-01-25 18:29:50 +11:00
parent b1cc207781
commit 64c757d03e

View File

@ -18,10 +18,6 @@ jobs:
with:
fetch-depth: 0
- name: Fetch master branch
run: |
git fetch origin master:master
- name: Run Packer Builds
env:
VAULT_ROLEID: ${{ secrets.PACKER_BUILDER_VAULT_ROLEID }}