diff --git a/.github/workflows/pull_request_full_build.yml b/.github/workflows/pull_request_full_build.yml index e937baa0976f..4a208fac63f2 100644 --- a/.github/workflows/pull_request_full_build.yml +++ b/.github/workflows/pull_request_full_build.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - master - - java21 jobs: build-lang: @@ -93,12 +92,6 @@ jobs: do git clone https://github.com/ballerina-platform/${module_name}.git; \ done - - name: Checkout non-default branch - run: | - for module_name in $(jq -r '.standard_library| .[] | select(.level==${{ matrix.level }}) | .name' extensions.json); do \ - cd $module_name && git fetch origin && git checkout -t origin/java21 && cd ..; \ - done - - name: Update Lang Version in Module run: | for module_name in $(jq -r '.standard_library| .[] | select(.level==${{ matrix.level }}) | .name' extensions.json); do \ @@ -139,10 +132,6 @@ jobs: distribution: 'temurin' java-version: '21.0.3' - - name: Checkout non-default branch - run: | - git fetch origin && git checkout -t origin/java21 - - name: Download Ballerina Lang Artifacts uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/pull_request_ubuntu_build.yml b/.github/workflows/pull_request_ubuntu_build.yml index dd33e5055637..9dc7752bc97b 100644 --- a/.github/workflows/pull_request_ubuntu_build.yml +++ b/.github/workflows/pull_request_ubuntu_build.yml @@ -15,7 +15,6 @@ on: - native-build - revert-client-decl-master - query-grouping-aggregation - - java21 jobs: ubuntu_build: diff --git a/.github/workflows/pull_request_windows_build.yml b/.github/workflows/pull_request_windows_build.yml index d1a2ca4e22f2..9fb94c9a107e 100644 --- a/.github/workflows/pull_request_windows_build.yml +++ b/.github/workflows/pull_request_windows_build.yml @@ -15,7 +15,6 @@ on: - native-build - revert-client-decl-master - query-grouping-aggregation - - java21 jobs: windows_build: name: Build with some tests on Windows