Disable Gradle configuration cache on unsupported DependencyGuard task

pull/1843/head
Simon Marquis 6 months ago committed by GitHub
parent fe14327910
commit 44d95ea19f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ jobs:
- name: Check Dependency Guard
id: dependencyguard_verify
continue-on-error: true
run: ./gradlew dependencyGuard
run: ./gradlew dependencyGuard --no-configuration-cache
- name: Prevent updating Dependency Guard baselines if this is a fork
id: checkfork_dependencyguard

Loading…
Cancel
Save