From b15a9893c61583b48a08b5c8509a89e47222b6c0 Mon Sep 17 00:00:00 2001 From: rami3l Date: Tue, 12 Mar 2024 09:07:58 +0800 Subject: [PATCH] ci: remove direct `renovate/*` tests --- .github/workflows/ci.yaml | 1 - ci/actions-templates/gen-workflows.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 173d5ad498..d843b8b06d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ on: branches: - master - stable - - renovate/* schedule: - cron: "30 0 * * 1" # Every Monday at half past midnight UTC diff --git a/ci/actions-templates/gen-workflows.sh b/ci/actions-templates/gen-workflows.sh index 7bd2c9429f..c09a3594b1 100755 --- a/ci/actions-templates/gen-workflows.sh +++ b/ci/actions-templates/gen-workflows.sh @@ -22,7 +22,6 @@ on: branches: - master - stable - - renovate/* schedule: - cron: "30 0 * * 1" # Every Monday at half past midnight UTC