Skip to content

Commit

Permalink
Set job timeouts
Browse files Browse the repository at this point in the history
If these timeouts are reached the remaining jobs need to be restarted.
  • Loading branch information
patrikjuvonen authored Feb 4, 2025
1 parent 6ac95c4 commit 60490f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
build:
runs-on: ${{ matrix.platform.os }}

timeout-minutes: 100

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -106,6 +108,8 @@ jobs:
merge:
runs-on: ubuntu-latest

timeout-minutes: 10

needs:
- build

Expand Down

0 comments on commit 60490f0

Please sign in to comment.