Skip to content

Commit

Permalink
Merge pull request #43611 from warunalakshitha/syncJava21
Browse files Browse the repository at this point in the history
Use master branch for github actions
  • Loading branch information
warunalakshitha authored Nov 20, 2024
2 parents 2b694eb + ba7c74d commit fd736a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- master
- java21

jobs:
build-lang:
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request_ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- native-build
- revert-client-decl-master
- query-grouping-aggregation
- java21

jobs:
ubuntu_build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request_windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd736a7

Please sign in to comment.