From ee45502d8fb95f6c72339c310c907d2b9a9526ee Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Thu, 11 Jul 2024 07:14:40 +0200 Subject: [PATCH] fixup! Validate changelog only in PRs targeting main --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78d4b3e..0958cb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: with: token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }} branch: test-main - acceptable_conclusions: 'success, skipped' # changelog checks are skipped when not in a PR towards main branch + acceptable_conclusions: 'success,skipped' # changelog checks are skipped when not in a PR towards main branch tags: true interval: 10 # seconds between checks pre_sleep: 15