This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-jira-bot.git
commit e5fbb1388e35f5731b642fe742887e5b36538a4b Author: Konstantin Knauf <[email protected]> AuthorDate: Wed Apr 14 11:19:52 2021 +0200 [FLINK-22035] change cron schedule to twice daily, not at the full hour --- .github/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index b3dd688..0fc9681 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -2,7 +2,7 @@ name: Run Flink Jira Bot Hourly on: schedule: - - cron: 0 * * * * + - cron: 33 9,21 * * * jobs: run: env: @@ -22,4 +22,4 @@ jobs: pip install -r requirements.txt - name: Run Jira Bot run: | - python flink_jira_bot.py \ No newline at end of file + python flink_jira_bot.py -d \ No newline at end of file
