diff --git a/.gitea/workflows/homelab-main.yml b/.gitea/workflows/homelab-main.yml index 71783a1..a917874 100644 --- a/.gitea/workflows/homelab-main.yml +++ b/.gitea/workflows/homelab-main.yml @@ -14,7 +14,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - ref: ${{ gitea.sha }} fetch-depth: 0 - name: Validate repository run: | @@ -31,7 +30,6 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - ref: ${{ gitea.sha }} fetch-depth: 0 - name: Block automatic deploy for external Gitea changes run: |