Skip to content

Commit

Permalink
fix: adjust build schedule based on adjustments to main and hwe (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Jun 22, 2024
1 parent ddd9f48 commit 2dc620f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-39-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**.md'
- 'system_files/silverblue/**'
schedule:
- cron: '41 16 * * *' # 16:41 UTC everyday
- cron: '41 5 * * *' # 5:41 UTC everyday
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-39-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '41 16 * * *' # 16:41 UTC everyday
- cron: '41 5 * * *' # 5:41 UTC everyday
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '**.md'
- 'system_files/silverblue/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
- cron: '40 4 * * *' # 4:40 UTC everyday
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-40-bluefin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '**.md'
- 'system_files/kinoite/**'
schedule:
- cron: '40 16 * * *' # 16:40 UTC everyday
- cron: '40 4 * * *' # 4:40 UTC everyday
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2dc620f

Please sign in to comment.