diff --git a/.github/workflows/test-recipes.yml b/.github/workflows/test-recipes.yml index 0a0a0e1..23863de 100644 --- a/.github/workflows/test-recipes.yml +++ b/.github/workflows/test-recipes.yml @@ -11,7 +11,6 @@ on: - 'tests/**' - '.github/workflows/test-recipes.yml' pull_request: - branches: [ main, profiles ] paths: - 'run-recipe.py' - 'run-recipe.sh' @@ -19,6 +18,7 @@ on: - 'recipes/**' - 'tests/**' - '.github/workflows/test-recipes.yml' + workflow_dispatch: jobs: test: diff --git a/run-recipe.py b/run-recipe.py index 43b4f2a..dd0fcaf 100755 --- a/run-recipe.py +++ b/run-recipe.py @@ -21,7 +21,7 @@ ARCHITECTURE OVERVIEW (for developers extending this script) ================================================================================ DEPLOYMENT PIPELINE: - ┌─────────────────────────────────────────────────────────────────────────┐ + ┌─────────────────────────────────────────────────────────────────────────────┐ │ CLI Args → Load Recipe → Resolve Nodes → Build → Download → Run │ └─────────────────────────────────────────────────────────────────────────┘