Skip to content

Commit

Permalink
remove retries
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Mar 17, 2024
1 parent 8d66aad commit 3aa67e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ jobs:
uses: Wandalen/wretry.action@v1.0.36
with:
command: ./gradlew build javadoc --scan
attempt_limit: 3
attempt_delay: 5000 # in ms

- name: Check documentation
if: success() && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 3aa67e5

Please sign in to comment.