Skip to content

Commit 2b2d508

Browse files
authored
Merge pull request #67 from ballerina-platform/update-stdlib-workflows
Update standard lib reusable worklfow links
2 parents 3cf02a1 + 33da8d6 commit 2b2d508

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-with-bal-test-graalvm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
call_stdlib_workflow:
3131
name: Run StdLib Workflow
3232
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
3434
with:
3535
lang_tag: ${{ inputs.lang_tag }}
3636
lang_version: ${{ inputs.lang_version }}

.github/workflows/central-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
call_workflow:
1616
name: Run Central Publish Workflow
1717
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
1919
secrets: inherit
2020
with:
2121
environment: ${{ github.event.inputs.environment }}

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
call_workflow:
1111
name: Run PR Build Workflow
1212
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
1414
with:
1515
additional-windows-test-flags: "-x test"

.github/workflows/trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
call_workflow:
1010
name: Run Trivy Scan Workflow
1111
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
1313
secrets: inherit

0 commit comments

Comments
 (0)