diff --git a/.github/workflows/create_realease.yml b/.github/workflows/create_realease.yml index 0eccd788..880bc66a 100644 --- a/.github/workflows/create_realease.yml +++ b/.github/workflows/create_realease.yml @@ -79,7 +79,7 @@ jobs: ptu_release: name: Create PTU Release runs-on: ubuntu-latest - needs: get_context_info + needs: [get_context_info, live_release] if: (vars.TRIGGER_PTU_RELEASE == 1 && needs.get_context_info.outputs.commit_count_ptu > 0) permissions: contents: write