Skip to content

Commit

Permalink
[TASK] add 30m timeout for all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Oct 12, 2023
1 parent bc57baf commit 9bb819d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/git-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Check Commit Type
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
name: Node
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node: [16, 18]
Expand Down

0 comments on commit 9bb819d

Please sign in to comment.