Skip to content

Commit 98c5d6d

Browse files
committed
Reduce timeout of the doc build to 60 minutes
There is no need to wait for 6 hours...
1 parent e0ca7c6 commit 98c5d6d

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)