diff --git a/.github/workflows/on_demand_build_and_test_ya.yaml b/.github/workflows/on_demand_build_and_test_ya.yaml index e322055387f..9970b77d431 100644 --- a/.github/workflows/on_demand_build_and_test_ya.yaml +++ b/.github/workflows/on_demand_build_and_test_ya.yaml @@ -109,6 +109,7 @@ jobs: steps: - name: Checkout PR uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha != '' with: submodules: true @@ -130,6 +131,7 @@ jobs: git submodule update --init --recursive - name: Checkout uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha == '' with: submodules: true diff --git a/.github/workflows/on_hybrid_build_and_test_ya.yaml b/.github/workflows/on_hybrid_build_and_test_ya.yaml index 57ee646bc0f..921721d21f9 100644 --- a/.github/workflows/on_hybrid_build_and_test_ya.yaml +++ b/.github/workflows/on_hybrid_build_and_test_ya.yaml @@ -109,6 +109,7 @@ jobs: steps: - name: Checkout PR uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha != '' with: submodules: true @@ -130,6 +131,7 @@ jobs: git submodule update --init --recursive - name: Checkout uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha == '' with: submodules: true diff --git a/.github/workflows/on_pooled_build_and_test_ya.yaml b/.github/workflows/on_pooled_build_and_test_ya.yaml index 8a9af69aa7d..cc1f4006b5c 100644 --- a/.github/workflows/on_pooled_build_and_test_ya.yaml +++ b/.github/workflows/on_pooled_build_and_test_ya.yaml @@ -119,6 +119,7 @@ jobs: chown -R root:root $GITHUB_WORKSPACE - name: Checkout PR uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha != '' with: submodules: true @@ -140,6 +141,7 @@ jobs: git submodule update --init --recursive - name: Checkout uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha == '' with: submodules: true @@ -331,6 +333,7 @@ jobs: chown -R root:root $GITHUB_WORKSPACE - name: Checkout PR uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha != '' with: submodules: true @@ -352,6 +355,7 @@ jobs: git submodule update --init --recursive - name: Checkout uses: actions/checkout@v6 + timeout-minutes: 10 if: github.event.pull_request.head.sha == '' with: submodules: true