From 600f5225fa809517cc70b7fef99f159ce9bf497a Mon Sep 17 00:00:00 2001 From: kx9x Date: Thu, 7 Jul 2022 16:05:18 -0700 Subject: [PATCH] Update roboanimals-workflow.yml --- .github/workflows/roboanimals-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/roboanimals-workflow.yml b/.github/workflows/roboanimals-workflow.yml index 2221e8e..da4bc12 100644 --- a/.github/workflows/roboanimals-workflow.yml +++ b/.github/workflows/roboanimals-workflow.yml @@ -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 }} @@ -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 }}