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