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/**'
|
- '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:
|
||||||
|
|||||||
@@ -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 │
|
||||||
└─────────────────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────────────────┘
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user