Skip to content

Commit cbd0ee2

Browse files
author
Simonx Xu
committed
Update auto_publish.yml
1 parent c1d6774 commit cbd0ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/auto_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Auto push to live
22

33
on:
4-
schedule:
4+
# schedule:
55
# Run at 10:00 a.m., 6:00 p.m., and 2:00 a.m. UTC
6-
- cron: "0 10 * * *"
7-
- cron: "0 18 * * *"
8-
- cron: "0 2 * * *"
6+
# - cron: "0 10 * * *"
7+
# - cron: "0 18 * * *"
8+
# - cron: "0 2 * * *"
99

1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)