diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9198b039394ab..b87a25e26c80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1728,10 +1728,8 @@ jobs: - name: "Set constraints branch name" id: constraints-branch run: ./scripts/ci/constraints/ci_branch_constraints.sh >> ${GITHUB_OUTPUT} - if: needs.build-info.outputs.canary-run == 'true' - name: Checkout ${{ steps.constraints-branch.outputs.branch }} uses: actions/checkout@v3 - if: needs.build-info.outputs.canary-run == 'true' with: path: "repo" ref: ${{ steps.constraints-branch.outputs.branch }}