fix: Allow PR tests from any branch and add manual trigger
This commit is contained in:
2
.github/workflows/test-recipes.yml
vendored
2
.github/workflows/test-recipes.yml
vendored
@@ -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:
|
||||
|
||||
@@ -21,7 +21,7 @@ ARCHITECTURE OVERVIEW (for developers extending this script)
|
||||
================================================================================
|
||||
|
||||
DEPLOYMENT PIPELINE:
|
||||
┌─────────────────────────────────────────────────────────────────────────┐
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
│ CLI Args → Load Recipe → Resolve Nodes → Build → Download → Run │
|
||||
└─────────────────────────────────────────────────────────────────────────┘
|
||||
|
||||
|
||||
Reference in New Issue
Block a user