Skip to content

Commit

Permalink
fix: remove timeout from compile
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed May 4, 2022
1 parent e2f941e commit b4cd78c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ jobs:
- name: Brownie compile
if: ${{ inputs.fn != 'hydate_compiler_cache' }}
timeout-minutes: 3
run: |
brownie compile
Expand Down Expand Up @@ -381,7 +380,6 @@ jobs:
python3 -m multisig_ci send_and_pin_message ${{ secrets.TELEGRAM_TOKEN }} ${{ inputs.announcement_telegram_chat_id }}
continue-on-error: true


- name: New TX Telegram Alert - MultiSig Chat
if: ${{ inputs.send == 'true' }}
run: |
Expand Down

0 comments on commit b4cd78c

Please sign in to comment.