Skip to content

Commit

Permalink
chore(ci): Build at 1:30 PM (#147)
Browse files Browse the repository at this point in the history
Move build schedule back for official images
  • Loading branch information
EyeCantCU authored Nov 1, 2023
1 parent 063309f commit af24124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build-ublue
on:
pull_request:
merge_group:
merge_group:
schedule:
- cron: '0 5 * * *' # 5 am everyday
workflow_dispatch:
- cron: '30 13 * * *' # 13:30 UTC everyday
workflow_dispatch:
env:
IMAGE_NAME: config
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand All @@ -17,7 +17,7 @@ jobs:
contents: read
packages: write
id-token: write
steps:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
Expand Down

0 comments on commit af24124

Please sign in to comment.