Skip to content

Commit ed827a4

Browse files
author
tosaki
committed
build: Remove tr3000_v1_ubootmod.config from the build matrix.
1 parent 9aa8093 commit ed827a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
branch: [openwrt-25.12]
23-
config: [base.config, alderlake.config, tr3000_v1.config, tr3000_v1_ubootmod.config]
23+
config: [base.config, alderlake.config, tr3000_v1.config]
2424
# Add more branches/configs as needed
2525
fail-fast: false # Optional: Allow other jobs to continue if one fails
2626
outputs:

0 commit comments

Comments
 (0)