Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Build at 1:30 PM #147

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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