Avoid updating real dependency graph in tests

This commit is contained in:
daz
2024-04-25 10:44:31 +01:00
committed by Daz DeBoer
parent 7763d71170
commit a772c14b33
3 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ permissions:
env:
SKIP_DIST: ${{ inputs.skip-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }}
GITHUB_DEPENDENCY_GRAPH_REF: 'refs/tags/v0.0.1' # Use a different ref to avoid updating the real dependency graph for the repository
jobs:
groovy-generate: