Add timeout to membrowse CI tests

This commit is contained in:
Tobias Frauenschläger
2026-05-13 12:07:03 +02:00
parent 58c41b6d57
commit d11b5cd648
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ on:
jobs:
post-comment:
runs-on: ubuntu-24.04
timeout-minutes: 10
# Run the comment job even if some of the builds fail
if: >
github.event.workflow_run.event == 'pull_request' &&
+2
View File
@@ -12,6 +12,7 @@ on:
jobs:
load-targets:
runs-on: ubuntu-24.04
timeout-minutes: 10
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
@@ -25,6 +26,7 @@ jobs:
onboard:
needs: load-targets
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
+2
View File
@@ -13,6 +13,7 @@ concurrency:
jobs:
load-targets:
runs-on: ubuntu-24.04
timeout-minutes: 10
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
@@ -26,6 +27,7 @@ jobs:
analyze:
needs: load-targets
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
fail-fast: false
matrix: