Skip to content

Commit b3ed6a2

Browse files
committed
chore: remove schedule #4
1 parent 2e47ef2 commit b3ed6a2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,6 @@ jobs:
4747
python -m onepoint3acres.onepoint3acres
4848
4949
workflows:
50-
version: 2
51-
daily_actions:
52-
triggers:
53-
- schedule:
54-
cron: "0 2 * * *" # UTC 02:00 (Beijing 10:00)
55-
filters:
56-
branches:
57-
only:
58-
- main
59-
jobs:
60-
- nodeseek:
61-
context: checkincontext
62-
- v2ex:
63-
context: checkincontext
64-
- onepoint3acres:
65-
context: checkincontext
66-
6750
# Allow manual triggers
6851
manual_trigger:
6952
jobs:

0 commit comments

Comments
 (0)