Skip to content

Commit 85b83d8

Browse files
committed
ci: add timeout-minutes to workflows
1 parent 3be1edd commit 85b83d8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818
jobs:
1919
build:
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 15
2122

2223
steps:
2324
- uses: actions/checkout@v6

.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)