diff --git a/.github/workflows/fetch_tweets.yml b/.github/workflows/fetch_tweets.yml index 74e5bea5..09820b87 100644 --- a/.github/workflows/fetch_tweets.yml +++ b/.github/workflows/fetch_tweets.yml @@ -3,7 +3,7 @@ name: Fetch tweets on: workflow_dispatch: schedule: - - cron: "*/20 * * * *" + - cron: "*/25 * * * *" permissions: contents: write