Skip to content

Commit

Permalink
Test BC breaks of all banners on review request
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gbirke committed Dec 16, 2024
1 parent b1f8a12 commit 5d04b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-bc-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check backwards compatibility for all Banners
on:
schedule:
- cron: "0 0 * * *"
pull_request:
types: [ review_requested ]

jobs:
bc-check:
Expand Down

0 comments on commit 5d04b80

Please sign in to comment.