Skip to content

Commit

Permalink
Change cron to run every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodantas committed Mar 28, 2024
1 parent 8dc4b20 commit 6922314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-tweet-to-mastodon.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Post Tweet To Mastodon
on:
schedule:
- cron: "*/5 * * * *"
- cron: "0 * * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6922314

Please sign in to comment.