Skip to content

Commit b406fc2

Browse files
authored
Timeout lint jobs after 60 minutes (trailofbits#21)
* timeout lint jobs after 15 minutes * 60 mins
1 parent 8bb27bd commit b406fc2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
lint:
1919
name: Lint
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 60
2122

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

Diff for: .github/workflows/make-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ env:
6363
jobs:
6464
lint:
6565
runs-on: ubuntu-latest
66+
timeout-minutes: 60
67+
6668
steps:
6769
- uses: actions/checkout@v3
6870

0 commit comments

Comments
 (0)