From f5d6e6342f5a0a6ea7c80927ffd581419049585f Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 29 Oct 2024 12:49:35 +0100 Subject: [PATCH] fmt --- .github/workflows/e2e_runtime-reproducibility.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/e2e_runtime-reproducibility.yml b/.github/workflows/e2e_runtime-reproducibility.yml index 214c2343d2..65bc622fb9 100644 --- a/.github/workflows/e2e_runtime-reproducibility.yml +++ b/.github/workflows/e2e_runtime-reproducibility.yml @@ -17,11 +17,7 @@ jobs: # is reproducible across individual builds (as the --rebuild flag is used, causing Nix to rebuild the node-installer-image derivation) # and across independent builds on Ubuntu 20.04 and 22.04 (which also test the reproducibility of the transitive closure of our packages, as no shared # cache is present between the two machines) - build-target: - [ - "microsoft.contrast-node-installer-image", - "kata.contrast-node-installer-image", - ] + build-target: ["microsoft.contrast-node-installer-image", "kata.contrast-node-installer-image"] 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.