ci: set a 30 minute timeout for the interop Docker job (#5112)

This commit is contained in:
Marten Seemann
2025-05-04 11:35:46 +08:00
committed by GitHub
parent 4d39fc31c5
commit a0a641d59a

View File

@@ -13,6 +13,7 @@ concurrency:
jobs:
interop:
runs-on: ${{ fromJSON(vars['DOCKER_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Set up QEMU