We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e47ef2 commit b3ed6a2Copy full SHA for b3ed6a2
1 file changed
.circleci/config.yml
@@ -47,23 +47,6 @@ jobs:
47
python -m onepoint3acres.onepoint3acres
48
49
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
64
- - onepoint3acres:
65
66
-
67
# Allow manual triggers
68
manual_trigger:
69
jobs:
0 commit comments