From 857ecc97390066c139080b12a3edfb33710fa758 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 30 Jun 2025 13:48:42 +0530 Subject: [PATCH] Avoid skipping tests on pull request build --- .github/workflows/pull-request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4d40baf..47662b5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,5 +12,3 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-library/.github/workflows/pr-build-connector-template.yml@main secrets: inherit - with: - additional-test-flags: ${{ github.event.pull_request.head.repo.full_name != github.repository && '-x test' || ''}}