Skip to content

Commit

Permalink
add option to run workflow manually (#42)
Browse files Browse the repository at this point in the history
* Update frontend.yml

* Update juggler.yml

* Update orchestrator.yml

* Update runner.yml
  • Loading branch information
vladdan16 authored Nov 25, 2023
1 parent 813b410 commit d1e6373
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Frontend

on:
workflow_dispatch:
push:
paths:
- 'frontend/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/juggler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Juggler

on:
workflow_dispatch:
push:
paths:
- 'juggler/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/orchestrator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Orchestrator

on:
workflow_dispatch:
push:
paths:
- 'orchestrator/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Runner

on:
workflow_dispatch:
push:
paths:
- 'orchestrator/'
Expand Down

0 comments on commit d1e6373

Please sign in to comment.