We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f650941 + 3f23281 commit affd9c6Copy full SHA for affd9c6
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
if: fromJSON(needs.should-run.outputs.should-run)
28
container: techneg/ci-pre-commit:v2.4.32@sha256:fa9eef397583add95f4fccefa6ecbbf7a3845d6168f07393da7bc619696b246b
29
runs-on: ubuntu-latest
30
- timeout-minutes: 5
+ timeout-minutes: 10
31
steps:
32
- run: | # Needed because of bug #2031 in `actions/checkout`
33
git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments