diff --git a/.github/workflows/scheduled-post.yaml b/.github/workflows/scheduled-post.yaml
index deff2cbb..c9b04ad1 100644
--- a/.github/workflows/scheduled-post.yaml
+++ b/.github/workflows/scheduled-post.yaml
@@ -1,7 +1,7 @@
 name: Scheduled follow feed to Mastodon
 on:
   schedule:
-    - cron: '0 * * * *'
+    - cron: '0 */2 * * *'
 jobs:
   JSONFeed2Mastodon:
     runs-on: ubuntu-latest