diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index 97128e81a2ad4..036294b6c29c0 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -14,10 +14,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }} cancel-in-progress: true -# env: -# HOMEBREW_NO_ANALYTICS: "1" -# UV_SYSTEM_PYTHON: "1" - jobs: flux-diff: name: Flux Diff @@ -64,24 +60,6 @@ jobs: "aqua:kubernetes-sigs/kustomize" = "latest" "pipx:flux-local" = "latest" - # - name: Setup Homebrew - # uses: Homebrew/actions/setup-homebrew@master - # with: - # stable: true - - # - name: Setup Workflow Tools - # shell: bash - # run: brew install fluxcd/tap/flux helm kustomize uv - - # - name: Setup Python - # uses: actions/setup-python@v5 - # with: - # python-version: 3.12.x - - # - name: Install Python Dependencies - # shell: bash - # run: uv pip install flux-local - - name: Diff Resources shell: bash run: | diff --git a/.github/workflows/helm-repository-sync.yaml b/.github/workflows/helm-repository-sync.yaml index 0fb880cc338a7..e6166d75351e3 100644 --- a/.github/workflows/helm-repository-sync.yaml +++ b/.github/workflows/helm-repository-sync.yaml @@ -16,9 +16,6 @@ on: branches: ["main"] paths: ["kubernetes/**/helmrelease.yaml"] -# env: -# HOMEBREW_NO_ANALYTICS: "1" - jobs: sync: name: Helm Repository Sync @@ -47,15 +44,6 @@ jobs: "aqua:fluxcd/flux2" = "latest" "aqua:mikefarah/yq" = "latest" - # - name: Setup Homebrew - # uses: Homebrew/actions/setup-homebrew@master - # with: - # stable: true - - # - name: Setup Workflow Tools - # shell: bash - # run: brew install fluxcd/tap/flux yq - - if: ${{ github.event.inputs.helmRepoNamespace == '' && github.event.inputs.helmRepoName == '' }} name: Get Changed Files id: changed-files