From 07865cd53a1ed6df5318f867f5d53a9301cca1e8 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 9 Oct 2024 22:56:46 +0200 Subject: [PATCH] Update prerelease-changelog-update.yml to allow to run push when build test and measure workflow was skipped --- .github/workflows/prerelease-changelog-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease-changelog-update.yml b/.github/workflows/prerelease-changelog-update.yml index 1a0d53a..9860a4c 100644 --- a/.github/workflows/prerelease-changelog-update.yml +++ b/.github/workflows/prerelease-changelog-update.yml @@ -97,7 +97,7 @@ jobs: # branch: ${{ github.event.release.target_commitish }} branch: main #unprotect_reviews: true # has anoying side-effect: settings stays disabled if workflow fails - acceptable_conclusions: success # A comma-separated list of acceptable statuses. If any of these statuses are present, the action will not fail. + acceptable_conclusions: success, skipped # A comma-separated list of acceptable statuses. If any of these statuses are present, the action will not fail. #-----------------------------------------------------------------------------------------------------------------------