Skip to content

Commit

Permalink
github-actions: configure PR workflow to publish anonymous build scans
Browse files Browse the repository at this point in the history
  • Loading branch information
Kehrlann authored and sjohnr committed Oct 25, 2024
1 parent dfdf6e0 commit a5edcba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: PR Build

on: pull_request

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}

permissions:
contents: read

Expand All @@ -21,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue
run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue --scan
generate-docs:
name: Generate Docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5edcba

Please sign in to comment.