Skip to content

Commit d65b81a

Browse files
committed
Update Continuous-Integration.yml
Ignore Nucleo_F0[34] for RTC second feature
1 parent fac8ab6 commit d65b81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Continuous-Integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
id: Compile
5454
uses: stm32duino/actions/compile-examples@main
5555
with:
56-
board-pattern: ".*NUCLEO.*"
56+
board-pattern: ".*NUCLEO_([^F]|F[^0]|F0[^34]).*"
5757

5858
# Use the output from the `Compile` step
5959
- name: Compilation Errors
6060
if: failure()
6161
run: |
6262
cat ${{ steps.Compile.outputs.compile-result }}
63-
exit 1
63+
exit 1

0 commit comments

Comments
 (0)