Skip to content

Commit

Permalink
Remove unnecessary timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 9, 2025
1 parent 872d95a commit 097b7bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ jobs:
./.github/scripts/waitForUrl.sh "$URL"
echo "pdfUrl=$URL" >> "$GITHUB_OUTPUT"
- name: Verify integrity of PDF version of User Guide
timeout-minutes: 15
run: |
curl --silent --fail --location --output /tmp/junit-user-guide.pdf "${{ steps.pagesDeployment.outputs.pdfUrl }}"
pdfinfo /tmp/junit-user-guide.pdf
Expand Down

0 comments on commit 097b7bf

Please sign in to comment.