mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-21 20:46:05 +03:00
run buildx every week instead of every day
This commit is contained in:
parent
60a0abf97e
commit
ed02debe82
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -2,7 +2,7 @@ name: buildx
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "37 06 * * *"
|
||||
- cron: "37 06 * * 1"
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user