Skip to content

Commit

Permalink
[ci] add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
danilkaz committed Oct 24, 2023
1 parent e49f36b commit 6513077
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- 'services/example/**'
- 'checkers/example/**'
- 'sploits/example/**'
workflow_dispatch:
inputs:
manual_run:
required: false
jobs:
check_service_example:
name: Check service example
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check_hyperborea-legends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- 'services/hyperborea-legends/**'
- 'checkers/hyperborea-legends/**'
- 'sploits/hyperborea-legends/**'
workflow_dispatch:
inputs:
manual_run:
required: false
jobs:
check_service_hyperborea-legends:
name: Check service hyperborea-legends
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check_rustest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- 'services/rustest/**'
- 'checkers/rustest/**'
- 'sploits/rustest/**'
workflow_dispatch:
inputs:
manual_run:
required: false
jobs:
check_service_rustest:
name: Check service rustest
Expand Down

0 comments on commit 6513077

Please sign in to comment.