Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[2201.10.x] Add PR full build check for 2201.10.x #43778

Open
wants to merge 7 commits into
base: 2201.10.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update fbp PR check
  • Loading branch information
NipunaMadhushan committed Jan 29, 2025
commit 51baf95d4fda5f792540cb1d115d18c4413c849a
1 change: 1 addition & 0 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ jobs:
with:
name: Ballerina Lang Artifacts
path: ~/.m2/
include-hidden-files: true
outputs:
lang_version: ${{ steps.lang-version.outputs.version }}

Loading