Workflow fixes (#856)

* Fix cache key for cleanup check in workflow
* Rename job for custom report submission in workflow
This commit is contained in:
Daz DeBoer
2026-02-12 10:37:44 -07:00
committed by GitHub
parent aa108b0a12
commit 78f7dee633
2 changed files with 3 additions and 2 deletions

View File

@@ -394,7 +394,7 @@ jobs:
dependency-graph-report-dir: '${{ github.workspace }}/custom/report-dir'
build-root-directory: .github/workflow-samples/groovy-dsl
custom-report-dir-download-and-submit:
dependency-submission-custom-report-dir-download-and-submit:
permissions:
contents: write
needs: [dependency-submission-custom-report-dir-upload]