Skip to content

Commit

Permalink
Merge pull request #545 from ballerina-platform/workflows
Browse files Browse the repository at this point in the history
Update workflow template links
  • Loading branch information
ThisaruGuruge authored Apr 25, 2024
2 parents e5fd3f0 + a4e8d76 commit 6fbdd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
schedule:
- cron: '30 18 * * *'
pull_request:
branches:
branches:
- master
types: [opened, synchronize, reopened, labeled, unlabeled]

Expand All @@ -30,7 +30,7 @@ jobs:
call_stdlib_workflow:
name: Run StdLib Workflow
if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main
with:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
Expand Down

0 comments on commit 6fbdd5b

Please sign in to comment.