We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c52b7 commit e1f077dCopy full SHA for e1f077d
.github/workflows/deploy-registry.yaml
@@ -1,6 +1,9 @@
1
name: deploy-registry
2
3
on:
4
+ schedule:
5
+ # Runs at 02:30 UTC Monday through Friday
6
+ - cron: "30 2 * * 1-5"
7
push:
8
tags:
9
# Matches release/<namespace>/<resource_name>/<semantic_version>
0 commit comments