-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate workflows to reuse workflows from ballerina-standard-library #35
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=======================================
Coverage 95.53% 95.53%
=======================================
Files 23 23
Lines 1031 1031
Branches 672 672
=======================================
Hits 985 985
Misses 46 46 ☔ View full report in Codecov by Sentry. |
call_workflow: | ||
name: Run PR Build Workflow | ||
if: ${{ github.repository_owner == 'ballerina-platform' }} | ||
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main | |
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main | |
secrets: inherit | ||
with: | ||
package-name: toml | ||
package-org: ballerina |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-org: ballerina | |
package-org: ballerina | |
Purpose
Part of: ballerina-platform/ballerina-library#4778
Examples
Checklist