fix(ci): allow detached release children after parent success

This commit is contained in:
Peter Steinberger
2026-07-17 09:48:32 +01:00
parent 9ddd988c91
commit ced50f88e9
4 changed files with 42 additions and 2 deletions
@@ -281,6 +281,7 @@ jobs:
- name: Validate release publish approval run
env:
ALLOW_COMPLETED_SUCCESSFUL_PARENT: "true"
GH_TOKEN: ${{ github.token }}
RELEASE_PUBLISH_RUN_ID: ${{ inputs.release_publish_run_id }}
EXPECTED_WORKFLOW_BRANCH: ${{ inputs.release_publish_branch || github.ref_name }}