From b4cd78c605ad4c3b0a65e85b9576fdc5eef3ad0b Mon Sep 17 00:00:00 2001 From: kx9x Date: Tue, 3 May 2022 21:54:15 -0700 Subject: [PATCH] fix: remove timeout from compile --- .github/workflows/roboanimals-workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/roboanimals-workflow.yml b/.github/workflows/roboanimals-workflow.yml index 879d207..558b2f9 100644 --- a/.github/workflows/roboanimals-workflow.yml +++ b/.github/workflows/roboanimals-workflow.yml @@ -254,7 +254,6 @@ jobs: - name: Brownie compile if: ${{ inputs.fn != 'hydate_compiler_cache' }} - timeout-minutes: 3 run: | brownie compile @@ -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: |