Skip to content

Commit

Permalink
Comment Checkout non-default branch in full build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdulmina committed Nov 21, 2024
1 parent dd0d8f5 commit 31c6b6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ 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/typeDesc-stmt || : && cd ..; \
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/typeDesc-stmt || : && cd ..; \
# done

- name: Update Lang Version in Module
run: |
Expand Down

0 comments on commit 31c6b6b

Please sign in to comment.