Skip to content

Commit

Permalink
ci: ensure API is only updated if image and measurements are uploaded (
Browse files Browse the repository at this point in the history
…#2413)

Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored and msanft committed Oct 9, 2023
1 parent 98dc315 commit 0dd62d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-os-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ jobs:
--version=${{ needs.build-settings.outputs.imageVersion }} \
add-image-version-to-versionsapi:
needs: [upload-artifacts, build-settings]
needs: [upload-artifacts, upload-pcrs, build-settings]
name: "Add image version to versionsapi"
if: needs.build-settings.outputs.ref != '-'
permissions:
Expand Down

0 comments on commit 0dd62d0

Please sign in to comment.