Skip to content

Commit

Permalink
ci: make the PR-related jobs fail afer 5 minutes (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier authored Oct 8, 2023
1 parent 4327972 commit 3b90b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
generate:
name: Generate coverage reports
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
syntax_changelog:
name: Syntax & changelog
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
shell: bash
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 5
defaults:
run:
shell: bash
Expand Down

0 comments on commit 3b90b03

Please sign in to comment.