Skip to content

Commit

Permalink
* .github/: 30 minutes timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Aug 23, 2023
1 parent 71ed509 commit 53eafff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: "! contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ${{ matrix.config.os }}
name: Check ${{ matrix.config.os }} (${{ matrix.config.r }})
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
name: Coverage
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 30
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
Expand Down Expand Up @@ -161,6 +163,7 @@ jobs:
', github.ref) && github.event_name == 'push'
name: pkgdown ${{ matrix.config.os }} (${{ matrix.config.r }})
runs-on: ${{ matrix.config.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 53eafff

Please sign in to comment.