.github: Remove timeout-minutes from gatetests

(cherry picked from commit 9f182e9f58)
This commit is contained in:
George Joseph 2024-03-05 15:17:33 -07:00 committed by Asterisk Development Team
parent 44563b5043
commit f02ac33364
1 changed files with 0 additions and 1 deletions

View File

@ -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: