Skip to content

Commit a95eee4

Browse files
committed
ci: add timeout-minutes to workflows
1 parent 2daf135 commit a95eee4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
jobs:
1414
lint:
1515
runs-on: ubuntu-18.04
16+
timeout-minutes: 10
17+
1618
steps:
1719
- uses: actions/checkout@v2
1820

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
publish:
1010
name: Publish to npm registry
1111
runs-on: ubuntu-18.04
12+
timeout-minutes: 10
1213

1314
steps:
1415
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)