Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Dec 20, 2024
1 parent 2b797b9 commit 09e9259
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
File renamed without changes.
10 changes: 9 additions & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ concurrency:

jobs:
hello_world:
uses: unionai/unionai-examples/.github/workflows/register_and_run_wf.yml@run-ci
uses: unionai/unionai-examples/.github/workflows/reusable_flyte_wf.yml@run-ci
with:
workflow_directory: user_guide/core_concepts/actors/serverless
workflow_file: hello_world.py
workflow_name: wf
secrets:
UNION_API_KEY: ${{ secrets.UNION_API_KEY }}
multiple_tasks:
uses: unionai/unionai-examples/.github/workflows/reusable_flyte_wf.yml@run-ci
with:
workflow_directory: user_guide/core_concepts/actors/serverless
workflow_file: multiple_tasks.py
workflow_name: my_parent_wf
secrets:
UNION_API_KEY: ${{ secrets.UNION_API_KEY }}

0 comments on commit 09e9259

Please sign in to comment.