diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9c136ba2444c..1e258b1857015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1736,10 +1736,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 }}