Skip to content

Commit ecaaec3

Browse files
committed
Only submit results for one job in matrix
1 parent 93a3e60 commit ecaaec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew assemble check
3737
- name: Generate and submit dependency graph
3838
uses: gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
39-
if: github.ref == 'refs/heads/master'
39+
if: github.ref == 'refs/heads/master' && matrix.docker-version == 'v25.0.5'
4040
env:
4141
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
4242
previewGithubRelease:

0 commit comments

Comments
 (0)