We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0eda2 commit 6d98703Copy full SHA for 6d98703
.github/workflows/build.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
cache-read-only: ${{ github.event_name == 'pull_request' }}
29
- name: Build
30
- run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=true" ${{ matrix.config.params }}
+ run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
31
env:
32
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
0 commit comments