Skip to content

Commit

Permalink
Update create_realease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Dec 4, 2023
1 parent 2c85b6b commit 02cd0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02cd0c6

Please sign in to comment.