Skip to content

Commit

Permalink
fix: adjust build schedule based on adjustments to main (ublue-os/mai…
Browse files Browse the repository at this point in the history
  • Loading branch information
qoijjj committed Jun 22, 2024
1 parent ca7ce9a commit cf77151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
schedule:
- cron: '30 15 * * *' # 15:30-ish UTC everyday (30 min delay after 'main' builds)
- cron: '35 4 * * *' # 4:30-ish UTC everyday (30 min delay after 'main' builds)
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
schedule:
- cron: '35 15 * * *' # 15:30-ish UTC everyday (30 min delay after 'main' builds)
- cron: '35 3 * * *' # 3:30-ish UTC everyday (30 min delay after 'main' builds)
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cf77151

Please sign in to comment.