Skip to content

Commit

Permalink
chore(ci): build stable tag weekly on tuesdays (#1452)
Browse files Browse the repository at this point in the history
Co-authored-by: m2Giles <[email protected]>
  • Loading branch information
castrojo and m2Giles authored Jun 27, 2024
1 parent 8cf742a commit 0cccfc2
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-coreos-aurora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '**.md'
- 'system_files/bluefin/**'
schedule:
- cron: '41 5 * * *' # 5:41 UTC everyday
- cron: '41 5 * * 2' # 5:41 UTC every Tuesday
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-coreos-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 5 * * *' # 5:41 UTC everyday
- cron: '41 5 * * 2' # 5:41 UTC every Tuesday
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0cccfc2

Please sign in to comment.