Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 1 addition & 12 deletions .github/workflows/verify_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ on:
workflow_dispatch:
workflow_call:
inputs:
upload:
type: boolean
default: true
version:
type: string
required: true
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading