Skip to content

Commit 1ef1478

Browse files
committed
feat: comment out check schedule
1 parent 5d5486e commit 1ef1478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qiita_sync_check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Qiita Sync Check
22

33
on:
4-
schedule:
5-
# If all users work at the same time, GitHub and Qiita will be overloaded at the same time.
6-
- cron: "29 19 * * *" # JST 4:29 <- Change, please.
4+
# schedule:
5+
# # If all users work at the same time, GitHub and Qiita will be overloaded at the same time.
6+
# - cron: "29 19 * * *" # JST 4:29 <- Change, please.
77
workflow_run:
88
workflows: ["Qiita Sync"]
99
types:

0 commit comments

Comments
 (0)