From 3a723ceae81ea79c7aab5126be8b2ca9f47daa6b Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 29 Dec 2025 12:13:36 -0500 Subject: [PATCH] Noop "download" portion of #shame (#9114) --- .github/workflows/main_matrix.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 1d86520d0..c923a22a6 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -263,16 +263,17 @@ jobs: env: base: ${{ github.base_ref }} head: ${{ github.sha }} - - name: Download the old manifests - if: github.event_name == 'pull_request_target' - run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/ - env: - GH_TOKEN: ${{ github.token }} - merge_base: ${{ env.MERGE_BASE }} - repo: ${{ github.repository }} - - name: Do scan and post comment - if: github.event_name == 'pull_request_target' - run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/ + # Currently broken (for-loop through EVERY artifact -- rate limiting) + # - name: Download the old manifests + # if: github.event_name == 'pull_request_target' + # run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/ + # env: + # GH_TOKEN: ${{ github.token }} + # merge_base: ${{ env.MERGE_BASE }} + # repo: ${{ github.repository }} + # - name: Do scan and post comment + # if: github.event_name == 'pull_request_target' + # run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/ release-artifacts: runs-on: ubuntu-latest