We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ab94a commit b7ef4abCopy full SHA for b7ef4ab
1 file changed
.github/workflows/sentiment.yml
@@ -2,7 +2,7 @@ name: Sentiment Pipeline
2
3
on:
4
schedule:
5
- - cron: "0 */4 * * *" # every 3 hours
+ - cron: "0 */6 * * *" # every 3 hours
6
workflow_dispatch: # 수동 실행 버튼
7
8
jobs:
0 commit comments