diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index f4851856..da0c494d 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -99,7 +99,7 @@ jobs: retention-days: 1 commit: runs-on: ubuntu-latest - needs: [darwin_amd64, darwin_arm64, linux_amd64, linux_arm64, windows_amd64] + needs: [windows_amd64] steps: - uses: actions/checkout@v3 with: