From a0e8dca4be1c2ee6a622e8879d32730d7c8fcd13 Mon Sep 17 00:00:00 2001 From: Iaroslav Omelianenko Date: Thu, 5 Jun 2025 17:35:22 +0300 Subject: [PATCH] [NA]: Removed ref from checkout actions in Python SDK tests. --- .github/workflows/python_sdk_unit_tests.yml | 2 -- .github/workflows/sdk-e2e-library-tests.yaml | 2 -- .github/workflows/sdk-e2e-tests.yaml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/python_sdk_unit_tests.yml b/.github/workflows/python_sdk_unit_tests.yml index 909cc7115d..cb2c698106 100644 --- a/.github/workflows/python_sdk_unit_tests.yml +++ b/.github/workflows/python_sdk_unit_tests.yml @@ -35,8 +35,6 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.base.ref }} - name: Print environment variables run: env diff --git a/.github/workflows/sdk-e2e-library-tests.yaml b/.github/workflows/sdk-e2e-library-tests.yaml index 5975dfb533..cc805e5bea 100644 --- a/.github/workflows/sdk-e2e-library-tests.yaml +++ b/.github/workflows/sdk-e2e-library-tests.yaml @@ -46,8 +46,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 - with: - ref: ${{ github.event.pull_request.base.ref }} - name: Install uv and set the Python version ${{ matrix.python_version }} uses: astral-sh/setup-uv@v5 diff --git a/.github/workflows/sdk-e2e-tests.yaml b/.github/workflows/sdk-e2e-tests.yaml index a4acaf83ee..2f6a292c38 100644 --- a/.github/workflows/sdk-e2e-tests.yaml +++ b/.github/workflows/sdk-e2e-tests.yaml @@ -33,8 +33,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 - with: - ref: ${{ github.event.pull_request.base.ref }} - name: Setup Python ${{matrix.python_version}} uses: actions/setup-python@v5