Skip to content

Commit

Permalink
chore: build nightly images every 12 hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Dec 14, 2024
1 parent defd348 commit 8c08180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-nightly

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0/12 * * *'
workflow_dispatch:
push:
paths:
Expand Down

0 comments on commit 8c08180

Please sign in to comment.