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 7, 2023
1 parent 5e7fb1a commit bff787a
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 @@ -128,7 +128,7 @@ jobs:
name: Create PTU Release
runs-on: ubuntu-latest
needs: [get_context_info, live_release]
if: ${{ always() }} && (vars.TRIGGER_PTU_RELEASE == 1 && (needs.get_context_info.outputs.NEW_COMMIT_COUNT_PTU > 0))
if: always() && (vars.TRIGGER_PTU_RELEASE == 1 && (needs.get_context_info.outputs.NEW_COMMIT_COUNT_PTU > 0))
permissions:
contents: write
steps:
Expand Down

0 comments on commit bff787a

Please sign in to comment.