Skip to content

Commit

Permalink
chore(ci): shorten time gap from kcache
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Nov 9, 2024
1 parent 6ce9890 commit 5f5ed24
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-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**.md'
schedule:
- cron: '5 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config')
- cron: '15 0 * * *' # 10 minutes after kernel-cache
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '**.md'
schedule:
- cron: '10 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config')
- cron: '15 0 * * *' # 10 minutes after kernel-cache
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5f5ed24

Please sign in to comment.