diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 4ee6f2dca7f..6b2166621a7 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -267,6 +267,7 @@ jobs: # in PR calls this step is anyway skipped needs: changes if: ${{ needs.changes.outputs.anything == 'true' || github.event_name == 'push' }} + timeout-minutes: 30 runs-on: ${{ matrix.os }} strategy: matrix: