Skip to content

Commit

Permalink
fix: reduce gap between upstream builds and ublue builds (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jun 22, 2024
1 parent e72d5af commit 897a07b
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: '0 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes)
- cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes)
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: '5 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes)
- cron: '5 3 * * *' # 3am-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 897a07b

Please sign in to comment.