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 ec53e9d commit 3f54a2eCopy full SHA for 3f54a2e
1 file changed
.github/workflows/build-push-cloud-image.yml
@@ -2,6 +2,9 @@ name: Deploy Bytebase Cloud
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ # Monday-Thursday at 00:00 UTC
7
+ - cron: "0 0 * * 1-4"
8
9
permissions:
10
contents: read
0 commit comments