From 41a59aef366bbfb515b7ca8b544c5e1ecbc9cbd8 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Mon, 5 Aug 2024 09:52:45 -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 4956841e..46a310b3 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -18,5 +18,6 @@ jobs: ci_target: "CommonDataModel" ci_target_branch: "${{ github.ref }}" github_workspace: "$GITHUB_WORKSPACE" + userenv_filter: "minimal" secrets: registry_auth: ${{ secrets.CRUCIBLE_CI_ENGINES_REGISTRY_AUTH }}