Skip to content

Commit

Permalink
[no ci] test with building hello
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 29, 2024
1 parent a0d174b commit 31ca6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_runtime-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# cache is present between the two machines)
#
# If adjusting the build-target, remember to also adjust the matrix for the collect-checksums job
build-target: ["microsoft.contrast-node-installer-image", "kata.contrast-node-installer-image"]
build-target: ["hello"]
fail-fast: false
# Usually we would define the matrix outputs here, but as GitHub Actions don't seem to allow per-combination outputs,
# we'll write the outputs without defining them here. See https://github.com/orgs/community/discussions/17245#discussioncomment-3814009.
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
needs: os-matrix
strategy:
matrix:
build-target: ["microsoft.contrast-node-installer-image", "kata.contrast-node-installer-image"]
build-target: ["hello"]
steps:
- name: Download all checksum artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand Down

0 comments on commit 31ca6f8

Please sign in to comment.