Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/alternative-os-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ name: Alternative OS Build (Camel 4)

on:
schedule:
# Every 45th minute every 3 hours during working days
- cron: '45 */3 * * 1-5'
# Every 6 hours during weekends ... we don't want to be flooded with emails
- cron: '30 */6 * * 6,0'
# Run nightly at 2 AM
- cron: '0 2 * * *'

permissions:
contents: read
Expand Down