Skip to content

Commit 6d570f8

Browse files
committed
ci: add timeout-minutes to workflows
1 parent eeb8243 commit 6d570f8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/json-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
lint:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 5
1415
steps:
1516
- uses: actions/checkout@v6
1617
- name: Validate JSON files

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213
steps:
1314
- uses: actions/checkout@v6
1415
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)