From ab9fa67f18e9048b9fc3b01834dd5421f51498b3 Mon Sep 17 00:00:00 2001 From: Zhongpin Wang Date: Thu, 27 Aug 2026 13:01:47 +0800 Subject: [PATCH] Disable integration tests for base and core --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 566fc994..3f13b863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,7 @@ jobs: name: 'integration tests (base)' runs-on: ubuntu-latest if: | - github.event_name != 'pull_request' || - github.event.pull_request.head.repo.full_name == github.repository + github.event_name != 'pull_request' steps: - uses: SAP/ai-sdk-python/.github/actions/setup@main @@ -102,8 +101,7 @@ jobs: name: 'integration tests (core)' runs-on: ubuntu-latest if: | - github.event_name != 'pull_request' || - github.event.pull_request.head.repo.full_name == github.repository + github.event_name != 'pull_request' steps: - uses: SAP/ai-sdk-python/.github/actions/setup@main