Skip to content

Commit 9358ac7

Browse files
authored
Only release custom OneFlow once a week (#10611)
1 parent 998dc17 commit 9358ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/community_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
# beijing: 6 pm.
99
# utc: 10 am.
10-
- cron: "0 10 * * *"
10+
- cron: "0 10 * * sat"
1111
workflow_dispatch:
1212
inputs:
1313
priv_branch:

.github/workflows/priv_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
# beijing: 12 pm.
99
# utc: 4 am.
10-
- cron: "0 4 * * *"
10+
- cron: "0 4 * * sun"
1111
workflow_dispatch:
1212
inputs:
1313
priv_branch:

0 commit comments

Comments
 (0)