Skip to content

Commit

Permalink
fix: changed cron job time
Browse files Browse the repository at this point in the history
  • Loading branch information
flavin27 committed Dec 11, 2023
1 parent 9f56694 commit e77a8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-everyday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: post tweet everyday
on:
workflow_dispatch:
schedule:
- cron: '0 14 * * *'
- cron: '0 12 * * *'
permissions:
contents: read
jobs:
Expand Down

0 comments on commit e77a8d4

Please sign in to comment.