Skip to content

Commit

Permalink
add job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Sep 20, 2024
1 parent 624abc8 commit 0ff537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Enrich the generated SBOM
sbom-enrich:
runs-on: ubuntu-22.04
needs: sbom-gen-cdxgen
needs: [sbom-gen-syft, sbom-gen-cdxgen]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/poetrybuild
Expand Down

0 comments on commit 0ff537a

Please sign in to comment.