From a696bb00ec1f5eacbcd717ac65995fb7ac16a613 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Wed, 26 Nov 2025 07:22:21 -0800 Subject: [PATCH] (skip ci) Remove upload input from workflows --- .github/workflows/deploy.yml | 12 ------------ .github/workflows/verify_and_upload.yml | 13 +------------ 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c0671bb..c6c05e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,31 +24,19 @@ on: jobs: ci_11_3: uses: ./.github/workflows/11.3.yml - with: - upload: true secrets: inherit ci_12_2: uses: ./.github/workflows/12.2.yml - with: - upload: true secrets: inherit ci_12_3: uses: ./.github/workflows/12.3.yml - with: - upload: true secrets: inherit ci_13_2: uses: ./.github/workflows/13.2.yml - with: - upload: true secrets: inherit ci_13_3: uses: ./.github/workflows/13.3.yml - with: - upload: true secrets: inherit ci_14_2: uses: ./.github/workflows/14.2.yml - with: - upload: true secrets: inherit diff --git a/.github/workflows/verify_and_upload.yml b/.github/workflows/verify_and_upload.yml index c8863c0..e460b3d 100644 --- a/.github/workflows/verify_and_upload.yml +++ b/.github/workflows/verify_and_upload.yml @@ -19,9 +19,6 @@ on: workflow_dispatch: workflow_call: inputs: - upload: - type: boolean - default: true version: type: string required: true @@ -111,20 +108,12 @@ jobs: runner_os: windows-latest arch: cortex-m4 - # verify-windows-arm: - # uses: ./.github/workflows/verify.yml - # with: - # version: ${{ inputs.VERSION }} - # runner_os: windows-11-arm - # arch: cortex-m4 - upload-package: needs: - verify-linux-x86_64 - verify-linux-arm - verify-macos-15-arm - verify-windows-x86_64 - # - verify-windows-arm - verify-linux-x86_64_cortex-m0 - verify-linux-x86_64_cortex-m0plus - verify-linux-x86_64_cortex-m1 @@ -134,7 +123,7 @@ jobs: - verify-linux-x86_64_cortex-m7d - verify-linux-x86_64_cortex-m23 - if: ${{ startsWith(github.ref, 'refs/tags/') && inputs.upload == true }} + if: ${{ startsWith(github.ref, 'refs/tags/') }} uses: ./.github/workflows/upload.yml secrets: inherit with: