Skip to content

Commit a714824

Browse files
committed
.github/workflows: Add build_check.yml.
Signed-off-by: Eder Julian <[email protected]>
1 parent 8361110 commit a714824

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/build_check.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Build examples
2+
3+
on:
4+
workflow_call:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
tags:
10+
- '*'
11+
pull_request:
12+
branches:
13+
- '*'
14+
schedule:
15+
- cron: '30 3 1-7 * 5' # Run on the first Friday of every month at 3:30 AM UTC
16+
17+
jobs:
18+
build-examples:
19+
uses: Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@lib-build-checks

0 commit comments

Comments
 (0)