From 4148fefe9bd342a0d59c2960e8411423bae1c3ef Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Mon, 5 Aug 2024 15:14:48 -0500 Subject: [PATCH] this repository does not need to have CI run against every single userenv, so reduce CI runtime by picking the minimal userenv set --- .github/workflows/crucible-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml index 5c4a6ac..f89948e 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -19,5 +19,6 @@ jobs: ci_target: "multiplex" ci_target_branch: "${{ github.ref }}" github_workspace: "$GITHUB_WORKSPACE" + userenv_filter: "minimal" secrets: registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }}