Skip to content
Prev Previous commit
Next Next commit
revert back condition
  • Loading branch information
matifali committed Sep 21, 2023
commit b214a53f70621bdb3231b5b87d9932fa1bef62fb
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

comment-pr:
needs: get_info
if: needs.get_info.outputs.BUILD || github.event.inputs.deploy
if: needs.get_info.outputs.BUILD == 'true' || github.event.inputs.deploy == 'true'
runs-on: "ubuntu-latest"
steps:
- name: Find Comment
Expand Down