Skip to content

Commit affd9c6

Browse files
authored
Merge pull request #358 from dafyddj/ci/pc-timeout
ci(workflows): increase `pre-commit` timeout to 10 minutes
2 parents f650941 + 3f23281 commit affd9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: fromJSON(needs.should-run.outputs.should-run)
2828
container: techneg/ci-pre-commit:v2.4.32@sha256:fa9eef397583add95f4fccefa6ecbbf7a3845d6168f07393da7bc619696b246b
2929
runs-on: ubuntu-latest
30-
timeout-minutes: 5
30+
timeout-minutes: 10
3131
steps:
3232
- run: | # Needed because of bug #2031 in `actions/checkout`
3333
git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)