From 6b3edc4192e2a6f3f524c1ceb8f437ffc2c15fef Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:05:01 +0100 Subject: [PATCH] Disable repo upgrade related features --- .github/workflows/reprocess_all_images.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/reprocess_all_images.yml b/.github/workflows/reprocess_all_images.yml index b241d6b..124f016 100644 --- a/.github/workflows/reprocess_all_images.yml +++ b/.github/workflows/reprocess_all_images.yml @@ -7,12 +7,11 @@ on: required: true default: false type: boolean - # TODO: remove this and the logic behind it once the first run has been executed to prevent following accidental executions - skip_download_third_parties: - description: 'Skip the step that downloads firmware with 3rd party URLs in manifest (logic should be removed after first run after 2024-10 revamp).' - required: true - default: true - type: boolean + # skip_download_third_parties: + # description: 'Skip the step that downloads firmware with 3rd party URLs in manifest.' + # required: true + # default: true + # type: boolean permissions: contents: write @@ -51,7 +50,7 @@ jobs: script: | const {reProcessAllImages} = await import("${{ github.workspace }}/dist/ghw_reprocess_all_images.js") - await reProcessAllImages(github, core, context, ${{ fromJSON(inputs.remove_not_in_manifest) }}, ${{ fromJSON(inputs.skip_download_third_parties) }}) + await reProcessAllImages(github, core, context, ${{ fromJSON(inputs.remove_not_in_manifest) }}, true) - name: Commit changes in new branch run: | git add .