Skip to content

Commit

Permalink
Update roboanimals-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Jul 7, 2022
1 parent bc6910a commit 600f522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
pip install -r requirements-dev.txt -f https://pypi.org/project/multisig-ci
- name: Grab lock message
if: inputs.send == 'true'
if: ${{ inputs.from_pr == 'true' && inputs.send == 'true' }}
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ inputs.comment-id }}
Expand All @@ -226,7 +226,7 @@ jobs:
key: send-${{ inputs.network }}

- name: Grabbed lock message
if: inputs.send == 'true'
if: ${{ inputs.from_pr == 'true' && inputs.send == 'true' }}
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ inputs.comment-id }}
Expand Down

0 comments on commit 600f522

Please sign in to comment.