Skip to content

Commit

Permalink
Merge pull request #9 from ublue-os/more-wolfi
Browse files Browse the repository at this point in the history
chore(ci): build wolfi-based containers twice a day
  • Loading branch information
m2Giles authored Jan 14, 2024
2 parents ab651fa + 6b4f543 commit 20a7ec4
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-bluefin-toolbox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Bluefin Toolbox Image
on:
schedule:
- cron: '20 22 * * *' # 10:20pm everyday
- cron: '0 7,19 * * *' # 7am and 7pm every day
pull_request:
merge_group:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wolfi-toolbox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Wolfi Toolbox Image
on:
schedule:
- cron: '20 22 * * *' # 10:20pm everyday
- cron: '0 6,18 * * *' # 6am and 6pm every day
pull_request:
merge_group:
workflow_dispatch:
Expand Down

0 comments on commit 20a7ec4

Please sign in to comment.