Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Dec 14, 2024
1 parent 2ec4128 commit 82d312a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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
with:
workflow_directory: user_guide/core_concepts/actors/serverless
workflow_file: hello_world.py
workflow_name: wf

0 comments on commit 82d312a

Please sign in to comment.