Browse Source

Turn Off Build Scans

Currently, --scan is preventing PR builds from completing.

Issue gh-15120
pull/15073/head
Josh Cummings 2 years ago
parent
commit
4b10c2daac
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      .github/workflows/pr-build-workflow.yml

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

@ -21,7 +21,7 @@ jobs: @@ -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

Loading…
Cancel
Save