Skip to content

Add gh wf

Add gh wf #2

Workflow file for this run

name: Run examples
on:
push:
# branches:
# - main
# pull_request:
# branches:
# - main
# paths:
# - "user_guide/**"
# - "tutorials/**"
workflow_dispatch: # Enables manual trigger
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
hello_world:
uses: unionai/unionai-examples/.github/workflows/run_example.yml@main

Check failure on line 21 in .github/workflows/run_examples.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_examples.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run_examples.yml" -> "unionai/unionai-examples/.github/workflows/run_example.yml@main" : failed to fetch workflow: workflow was not found.
with:
workflow_directory: user_guide/core_concepts/actors/serverless
workflow_file: hello_world.py
workflow_name: wf