Skip to content

Commit

Permalink
add gh action timeout of 10m (#461)
Browse files Browse the repository at this point in the history
* add gh action timeout
  • Loading branch information
timonback committed Nov 17, 2023
1 parent 4887fd5 commit 4357886
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/springwolf-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
addon: [ "common-model-converters", "generic-binding" ]
timeout-minutes: 10

env:
addon: springwolf-add-ons/springwolf-${{ matrix.addon }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/springwolf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/springwolf-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/springwolf-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4357886

Please sign in to comment.