Skip to content

Commit

Permalink
ci: every 25 mins instead
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 12, 2024
1 parent abdd22e commit 7e84201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_tweets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fetch tweets
on:
workflow_dispatch:
schedule:
- cron: "*/20 * * * *"
- cron: "*/25 * * * *"

permissions:
contents: write
Expand Down

0 comments on commit 7e84201

Please sign in to comment.