Skip to content

Commit

Permalink
github: workflows: run build workflow once a day
Browse files Browse the repository at this point in the history
Since CANnectivity is currently tracking the Zephyr main branch change the
build workflow to run once a day to catch any introduced incompatibilities.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen committed Aug 25, 2024
1 parent e23979b commit 0f35b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
push:
pull_request:
schedule:
- cron: "0 2 * * *"

jobs:
build:
Expand Down

0 comments on commit 0f35b54

Please sign in to comment.