Skip to content

Commit

Permalink
feat(f39): set cron time for new official builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 1, 2023
1 parent 94d31d8 commit 77bb46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.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 7 * * *' # 7 am everyday
- cron: '0 15 * * *' # 3pm UTC everyday (timed against official fedora container pushes)
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 77bb46c

Please sign in to comment.