Skip to content

Desmakers 4585

Desmakers 4585 #33

Workflow file for this run

name: Build examples
on:
workflow_call:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '30 3 * * 5' # Run every Friday at 3:30 AM UTC
jobs:
build-examples:
uses: Infineon/arduino-devops/.github/workflows/lib-compile-examples.yml@main