Skip to content

Commit

Permalink
Turn Off Build Scans
Browse files Browse the repository at this point in the history
Currently, --scan is preventing PR builds from completing.

Issue gh-15120
  • Loading branch information
jzheaux committed May 20, 2024
1 parent 63e24a3 commit 4b10c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew clean build --continue --scan
run: ./gradlew clean build --continue
generate-docs:
name: Generate Docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b10c2d

Please sign in to comment.