diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a85470cbe39..e5d649515e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -648,6 +648,16 @@ jobs: matrix: ${{ fromJson(needs.preflight.outputs.checks_node_core_test_matrix) }} steps: - name: Checkout + id: checkout + uses: actions/checkout@v6 + timeout-minutes: 2 + continue-on-error: true + with: + persist-credentials: false + submodules: false + + - name: Checkout (retry) + if: steps.checkout.outcome == 'failure' uses: actions/checkout@v6 with: persist-credentials: false