diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 5a212bffb..dcca70f50 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -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