Skip to content

Commit

Permalink
Merge pull request #13 from Doist/pkoch/default-workflow-timeouts
Browse files Browse the repository at this point in the history
build: set better timeout
  • Loading branch information
Paulo Köch authored Jan 15, 2022
2 parents 552c94c + ae81546 commit b005be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
node-version: [16.x]

timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit b005be7

Please sign in to comment.