Skip to content

Commit 3bb0124

Browse files
committed
.github/workflows: Update build checks.
1 parent 18ac483 commit 3bb0124

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Build examples
1+
name: Compile examples
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
push:
66
branches:
77
- master
@@ -13,7 +13,7 @@ on:
1313
- '*'
1414
schedule:
1515
- cron: '30 3 * * 5' # Run every Friday at 3:30 AM UTC
16-
16+
1717
jobs:
18-
build-examples:
19-
uses: Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@main
18+
arduino-devops:
19+
uses: Infineon/arduino-devops/.github/workflows/compile-examples-lib.yml@latest

0 commit comments

Comments
 (0)