From 3206a5b1d436fffea23dc603b5aa609ac4bccd42 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 13 Jan 2025 16:13:50 +0000 Subject: [PATCH] [bot] update konflux configuration --- .github/workflows/update-sources.main.yaml | 2 +- .github/workflows/update-sources.next.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-sources.main.yaml b/.github/workflows/update-sources.main.yaml index d6d2f6d8b9..1cfc042834 100644 --- a/.github/workflows/update-sources.main.yaml +++ b/.github/workflows/update-sources.main.yaml @@ -4,7 +4,7 @@ name: update-sources-main on: workflow_dispatch: {} schedule: - - cron: "30 */12 * * *" # At minute 30 past every 12th hour. + - cron: "0 1 * * 1" # At 1AM every monday jobs: diff --git a/.github/workflows/update-sources.next.yaml b/.github/workflows/update-sources.next.yaml index 76c151fa3a..c2113c8e4b 100644 --- a/.github/workflows/update-sources.next.yaml +++ b/.github/workflows/update-sources.next.yaml @@ -4,7 +4,7 @@ name: update-sources-next on: workflow_dispatch: {} schedule: - - cron: "30 */12 * * *" # At minute 30 past every 12th hour. + - cron: "0 1 * * 1" # At 1AM every monday jobs: