Skip to content

Commit 2256cf1

Browse files
authored
chore: set timeout on pre-commit workflow (#1445)
This workflow has recently run into some issues where it just hung. To make these not unnecessarily block resources, it should be killed after 5 minutes.
1 parent 766d00e commit 2256cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414
jobs:
1515
pre-commit:
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 5
1718

1819
permissions:
1920
contents: read

0 commit comments

Comments
 (0)