fix(ci): use correct job title for dependency
This commit is contained in:
parent
e791677d70
commit
dbdde9688f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/shadow_job.yml
vendored
2
.github/workflows/shadow_job.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: echo 'agp-versions=["${{ steps.agp-version-finder.outputs.latest-stable }}", "${{ steps.agp-version-finder.outputs.latest-beta }}","${{ steps.agp-version-finder.outputs.latest-alpha }}"]' >> $GITHUB_OUTPUT
|
||||
|
||||
shadow-job:
|
||||
needs: [provide-agp-versions]
|
||||
needs: [provide-agp-version-matrix]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue