From b1516f688a0adc5c2c3d6f1034fc5594e0aab5ae Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Tue, 3 Feb 2026 17:35:33 -0500 Subject: [PATCH] fix: Allow PR tests from any branch and add manual trigger --- .github/workflows/test-recipes.yml | 2 +- run-recipe.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 │ └─────────────────────────────────────────────────────────────────────────┘