Skip to content

Commit

Permalink
Disable scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar committed Jun 18, 2023
1 parent 9be0720 commit e3f0a77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
workflow_dispatch:
schedule:
# Trigger workflow automatically every hour
- cron: 0 * * * *
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Disable until Tweet API is fixed
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# - cron: 0 * * * *

jobs:
run-bot:
Expand Down

0 comments on commit e3f0a77

Please sign in to comment.