Skip to content

Commit

Permalink
feat: change cron to 1400 UTC for official image build timing
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 1, 2023
1 parent 1767205 commit 4d1ef94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 6 * * *' # 6am everyday (1h after 'config')
- cron: '0 14 * * *' # 2pm UTC everyday (timed against official fedora container pushes, and after 'config')
workflow_dispatch:
env:
IMAGE_NAME: akmods
Expand All @@ -12,7 +12,7 @@ env:

jobs:
push-ghcr:
name: Build and push akmods image
name: akmods image
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit 4d1ef94

Please sign in to comment.