From 730cb24fc8ce9154345c0a8c75907c073bc76251 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Wed, 19 Apr 2023 09:14:32 +0200 Subject: [PATCH] post? --- .gitea/workflows/post.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: