@@ -21,6 +21,7 @@ on:
|
21 | 21 | paths-ignore: |
22 | 22 | - 'Documentation/**' |
23 | 23 | branches: |
| 24 | + - master |
24 | 25 | - 'releases/*' |
25 | 26 | tags: |
26 | 27 | |
@@ -118,7 +119,7 @@ jobs:
|
118 | 119 | |
119 | 120 | # Select the Linux Builds based on PR Arch Label |
120 | 121 | Linux-Arch: |
121 | | -uses: apache/nuttx/.github/workflows/arch.yml@master |
| 122 | +uses: NuttX/nuttx/.github/workflows/arch.yml@master |
122 | 123 | needs: Fetch-Source |
123 | 124 | with: |
124 | 125 | os: Linux |
@@ -142,7 +143,7 @@ jobs:
|
142 | 143 | DOCKER_BUILDKIT: 1 |
143 | 144 | |
144 | 145 | strategy: |
145 | | -max-parallel: 12 |
| 146 | +fail-fast: false |
146 | 147 | matrix: |
147 | 148 | boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }} |
148 | 149 | |
@@ -196,7 +197,7 @@ jobs:
|
196 | 197 | |
197 | 198 | # Select the macOS Builds based on PR Arch Label |
198 | 199 | macOS-Arch: |
199 | | -uses: apache/nuttx/.github/workflows/arch.yml@master |
| 200 | +uses: NuttX/nuttx/.github/workflows/arch.yml@master |
200 | 201 | needs: Fetch-Source |
201 | 202 | with: |
202 | 203 | os: macOS |
@@ -211,7 +212,7 @@ jobs:
|
211 | 212 | needs: macOS-Arch |
212 | 213 | if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }} |
213 | 214 | strategy: |
214 | | -max-parallel: 2 |
| 215 | +fail-fast: false |
215 | 216 | matrix: |
216 | 217 | boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }} |
217 | 218 | steps: |
@@ -256,7 +257,7 @@ jobs:
|
256 | 257 | |
257 | 258 | # Select the msys2 Builds based on PR Arch Label |
258 | 259 | msys2-Arch: |
259 | | -uses: apache/nuttx/.github/workflows/arch.yml@master |
| 260 | +uses: NuttX/nuttx/.github/workflows/arch.yml@master |
260 | 261 | needs: Fetch-Source |
261 | 262 | with: |
262 | 263 | os: msys2 |
@@ -337,7 +338,7 @@ jobs:
|
337 | 338 | |
338 | 339 | # Select the msvc Builds based on PR Arch Label |
339 | 340 | msvc-Arch: |
340 | | -uses: apache/nuttx/.github/workflows/arch.yml@master |
| 341 | +uses: NuttX/nuttx/.github/workflows/arch.yml@master |
341 | 342 | needs: Fetch-Source |
342 | 343 | with: |
343 | 344 | os: msvc |
|