chore: deploy registry changes nightly (#264)
This commit is contained in:
parent
29c52b7072
commit
e1f077dac3
3
.github/workflows/deploy-registry.yaml
vendored
3
.github/workflows/deploy-registry.yaml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: deploy-registry
|
name: deploy-registry
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
# Runs at 02:30 UTC Monday through Friday
|
||||||
|
- cron: "30 2 * * 1-5"
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
# Matches release/<namespace>/<resource_name>/<semantic_version>
|
# Matches release/<namespace>/<resource_name>/<semantic_version>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user