fix: Allow PR tests from any branch and add manual trigger

This commit is contained in:
Raphael Amorim
2026-02-03 17:35:33 -05:00
parent 28ba6090fc
commit b1516f688a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ on:
- 'tests/**' - 'tests/**'
- '.github/workflows/test-recipes.yml' - '.github/workflows/test-recipes.yml'
pull_request: pull_request:
branches: [ main, profiles ]
paths: paths:
- 'run-recipe.py' - 'run-recipe.py'
- 'run-recipe.sh' - 'run-recipe.sh'
@@ -19,6 +18,7 @@ on:
- 'recipes/**' - 'recipes/**'
- 'tests/**' - 'tests/**'
- '.github/workflows/test-recipes.yml' - '.github/workflows/test-recipes.yml'
workflow_dispatch:
jobs: jobs:
test: test:

View File

@@ -21,7 +21,7 @@ ARCHITECTURE OVERVIEW (for developers extending this script)
================================================================================ ================================================================================
DEPLOYMENT PIPELINE: DEPLOYMENT PIPELINE:
┌─────────────────────────────────────────────────────────────────────────┐ ┌─────────────────────────────────────────────────────────────────────────────
│ CLI Args → Load Recipe → Resolve Nodes → Build → Download → Run │ │ CLI Args → Load Recipe → Resolve Nodes → Build → Download → Run │
└─────────────────────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────────────────────┘