Skip to content

Commit

Permalink
[TASK] add timeout to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Dec 30, 2023
1 parent aa1bddf commit 66016dc
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
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
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
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
name: Node
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node: [18]
Expand Down

0 comments on commit 66016dc

Please sign in to comment.