mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-03-09 12:09:49 +01:00
fix: reduce rebuild interval to weekly
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -3,7 +3,7 @@ name: Build container image
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 0 * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "Containerfile"
|
- "Containerfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user