We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae2631 commit 52a9650Copy full SHA for 52a9650
.github/workflows/twt-update.yml
@@ -3,7 +3,7 @@ name: Recent x
3
4
on:
5
schedule:
6
- - cron: '*/4 * * * *' # Update tweets every 30 minutes. You can adjust the frequency as needed.
+ - cron: '/0 * * * *' # Update tweets every 30 minutes. You can adjust the frequency as needed.
7
8
jobs:
9
update_tweets:
0 commit comments