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 Jun 26, 2022
1 parent ade13b0 commit 1e7c98a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@ jobs:
with:
key: send-${{ inputs.network }}

- name: Grabbed lock message
if: inputs.send == 'true'
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ inputs.comment-id }}
body: |
> Successfully grabbed lock for ${{ inputs.network }}
- name: cache brownie database
if: ${{ inputs.cached_runner != 'true' }}
id: cache-brownie
Expand Down

0 comments on commit 1e7c98a

Please sign in to comment.