From 5d04b8002dfb807a13e41e6cb3e1a21170ad4194 Mon Sep 17 00:00:00 2001 From: Gabriel Birke Date: Mon, 16 Dec 2024 16:48:23 +0100 Subject: [PATCH] Test BC breaks of all banners on review request To avoid merging code that breaks backwards compatibility while still limiting the costly test run, we run the check for backwards compatibility of old banners when the author requests review. This happens only once or twice in our workflow and won't run the tests too often. --- .github/workflows/daily-bc-check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily-bc-check.yaml b/.github/workflows/daily-bc-check.yaml index 9a2fce909..670485a09 100644 --- a/.github/workflows/daily-bc-check.yaml +++ b/.github/workflows/daily-bc-check.yaml @@ -2,6 +2,8 @@ name: Check backwards compatibility for all Banners on: schedule: - cron: "0 0 * * *" + pull_request: + types: [ review_requested ] jobs: bc-check: