We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5486e commit 1ef1478Copy full SHA for 1ef1478
.github/workflows/qiita_sync_check.yml
@@ -1,9 +1,9 @@
1
name: Qiita Sync Check
2
3
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.
+ # schedule:
+ # # If all users work at the same time, GitHub and Qiita will be overloaded at the same time.
+ # - cron: "29 19 * * *" # JST 4:29 <- Change, please.
7
workflow_run:
8
workflows: ["Qiita Sync"]
9
types:
0 commit comments