Skip to content

Commit 4b10c2d

Browse files
committed
Turn Off Build Scans
Currently, --scan is preventing PR builds from completing. Issue gh-15120
1 parent 63e24a3 commit 4b10c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '11'
2222
distribution: 'adopt'
2323
- name: Build with Gradle
24-
run: ./gradlew clean build --continue --scan
24+
run: ./gradlew clean build --continue
2525
generate-docs:
2626
name: Generate Docs
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)