This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new 07965b97 Add deploy schedule
07965b97 is described below

commit 07965b97859f9e31bcb15bfeaa5079583c298661
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Mar 7 10:31:53 2023 +0800

    Add deploy schedule
---
 .github/workflows/deploy-authority.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy-authority.yml 
b/.github/workflows/deploy-authority.yml
index 7fc6bba6..4846a7ef 100644
--- a/.github/workflows/deploy-authority.yml
+++ b/.github/workflows/deploy-authority.yml
@@ -1,6 +1,8 @@
 name: Deploy Authority
 
 on:
+  schedule:
+    - cron: '0 0/6 * * *'
   push:
     branches:
       - 'refactor-with-go'

Reply via email to