From: George Joseph Date: Tue, 5 Mar 2024 22:17:33 +0000 (-0700) Subject: .github: Remove timeout-minutes from gatetests X-Git-Tag: 18.22.0-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fc1e6b2eb7d7d634db63486754b08d7d4d02a1;p=thirdparty%2Fasterisk.git .github: Remove timeout-minutes from gatetests (cherry picked from commit a6070e39ec8e45f66f744cefeec23c208a0b0358) --- diff --git a/.github/workflows/PRSubmitTests.yml b/.github/workflows/PRSubmitTests.yml index 1d785475f8..1048192266 100644 --- a/.github/workflows/PRSubmitTests.yml +++ b/.github/workflows/PRSubmitTests.yml @@ -63,7 +63,6 @@ jobs: GATETEST_COMMAND: "${{ toJSON(fromJSON(fromJSON(needs.PRSGetControlData.outputs.control_data).GATETEST_COMMANDS)[matrix.group]) }}" steps: - id: runtest - timeout-minutes: ${{ fromJSON(env.GATETEST_COMMAND).timeout }} name: Run Gate Tests for ${{ matrix.group }} uses: asterisk/asterisk-ci-actions/AsteriskGateComposite@main with: