Skip to content

Commit 5529be2

Browse files
authored
Merge pull request quarkusio#36417 from gsmet/timeout-doc
Reduce timeout of the doc build to 60 minutes
2 parents 25eb435 + 98c5d6d commit 5529be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: sleep 30
2929
build-doc:
3030
name: "Documentation Build"
31+
timeout-minutes: 60
3132
runs-on: ubuntu-latest
3233
# Skip main in forks
3334
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')"

0 commit comments

Comments
 (0)