diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index a4a49b8ee..9d7e67697 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -53,7 +53,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