File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
call_stdlib_workflow :
31
31
name : Run StdLib Workflow
32
32
if : ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
33
- uses : ballerina-platform/ballerina-standard- library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
33
+ uses : ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
34
34
with :
35
35
lang_tag : ${{ inputs.lang_tag }}
36
36
lang_version : ${{ inputs.lang_version }}
Original file line number Diff line number Diff line change 15
15
call_workflow :
16
16
name : Run Central Publish Workflow
17
17
if : ${{ github.repository_owner == 'ballerina-platform' }}
18
- uses : ballerina-platform/ballerina-standard- library/.github/workflows/central-publish-template.yml@main
18
+ uses : ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@main
19
19
secrets : inherit
20
20
with :
21
21
environment : ${{ github.event.inputs.environment }}
Original file line number Diff line number Diff line change 10
10
call_workflow :
11
11
name : Run PR Build Workflow
12
12
if : ${{ github.repository_owner == 'ballerina-platform' }}
13
- uses : ballerina-platform/ballerina-standard- library/.github/workflows/pull-request-build-template.yml@main
13
+ uses : ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main
14
14
with :
15
15
additional-windows-test-flags : " -x test"
Original file line number Diff line number Diff line change 9
9
call_workflow :
10
10
name : Run Trivy Scan Workflow
11
11
if : ${{ github.repository_owner == 'ballerina-platform' }}
12
- uses : ballerina-platform/ballerina-standard- library/.github/workflows/trivy-scan-template.yml@main
12
+ uses : ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main
13
13
secrets : inherit
You can’t perform that action at this time.
0 commit comments