Skip to content

Commit

Permalink
Add run_all and run_all_failed
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Jan 25, 2024
1 parent eaa8b37 commit 7e35497
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run_all_failed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run all failed

on: workflow_dispatch

jobs:
work:
name: Some Workflow Main Work
runs-on: ubuntu-latest
steps:
- run: echo "Run All Failes"
10 changes: 10 additions & 0 deletions .github/workflows/run_all_recipes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run all recipes

on: workflow_dispatch

jobs:
work:
name: Some Workflow Main Work
runs-on: ubuntu-latest
steps:
- run: echo "Run All Recipes"

0 comments on commit 7e35497

Please sign in to comment.