Skip to content

Commit

Permalink
Schedule mac sanity job at 03 every night.
Browse files Browse the repository at this point in the history
Should be enough time for the linux job to finish.
We dont want them overlapping bc of radio traffic in the lab
  • Loading branch information
ToveRumar committed Jul 10, 2024
1 parent 48cfe98 commit c6f621e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crazylab-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Crazy Stab Lab Mac 🗡️
# Controls when the action will run.
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
jobs:
#TODO add flashing of crazyflies
checkout_sources:
Expand Down

0 comments on commit c6f621e

Please sign in to comment.