Skip to content

Commit

Permalink
Reduce timeout of the doc build to 60 minutes
Browse files Browse the repository at this point in the history
There is no need to wait for 6 hours...
  • Loading branch information
gsmet authored and holly-cummins committed Feb 8, 2024
1 parent 941fe27 commit f8bfe99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: sleep 30
build-doc:
name: "Documentation Build"
timeout-minutes: 60
runs-on: ubuntu-latest
# Skip main in forks
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')"
Expand Down

0 comments on commit f8bfe99

Please sign in to comment.