summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-11 15:56:48 +0700
committerhathach <[email protected]>2023-12-11 15:56:48 +0700
commitf5f087e99cae5de00dc6d0b1b2bef534f0442c95 (patch)
tree414a3ed3d70072d0232ff4147e8a06c01409b682 /.github
parentaa21d50196442e40aa009e61a72d5c4c435551e0 (diff)
skip iar build for f4 and h7 to save build time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_iar.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml
index 1eacf90c9..b4c3052ed 100644
--- a/.github/workflows/build_iar.yml
+++ b/.github/workflows/build_iar.yml
@@ -32,7 +32,7 @@ jobs:
# Alphabetical order
# Note: bundle multiple families into a matrix since there is only one self-hosted instance can
# run IAR build. Too many matrix can hurt due to setup/teardown overhead.
- - 'lpc43 stm32f0 stm32f1 stm32f4 stm32f7 stm32g0 stm32g4 stm32h7 stm32l4'
+ - 'lpc43 stm32f0 stm32f1 stm32f7 stm32g0 stm32g4 stm32l4'
steps:
- name: Clean workspace
run: |