From aa90ecd7c6ff54bce39d94e15c68bcd76a5b40d2 Mon Sep 17 00:00:00 2001 From: Joe Parsons <471936+joeparsons@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:28:21 -0700 Subject: [PATCH] Update PR check to account for az-digital/az_quickstart#5210 changes. --- .github/workflows/pull-request-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 6e51a5f..c1dc129 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -60,6 +60,7 @@ jobs: run: | cd $GITHUB_WORKSPACE/az-quickstart-scaffolding composer config repositories.az_quickstart vcs https://github.com/az-digital/az_quickstart.git + composer config preferred-install.az-digital/az_quickstart source composer config use-github-api false ./quickstart_branch.sh --branch ${QUICKSTART_BRANCH_NAME} if [[ ${AZ_SOURCE_REF} =~ ^[0-9]\.[0-9x] ]]; then