diff --git a/.gitea/workflows/post.yaml b/.gitea/workflows/post.yaml index 2c6178f..5e43b30 100644 --- a/.gitea/workflows/post.yaml +++ b/.gitea/workflows/post.yaml @@ -2,7 +2,8 @@ name: Post run-name: ${{ github.actor }} is posting RuleBot on: schedule: - - cron: '23 */7 * * *' + # - cron: '23 */7 * * *' + - cron: '5 * * * *' jobs: Publish-Cargo: