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. #-----------------------------------------------------------------------------------------------------------------------