Skip to content

Commit

Permalink
Merge pull request #233 from jarq6c/add-manual-wf-trigger
Browse files Browse the repository at this point in the history
Add manual trigger options to individual tests.
  • Loading branch information
jarq6c committed Aug 24, 2023
2 parents a995378 + e08ea5b commit 2901de0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/events/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/metrics/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_nwis_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/nwis_client/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_nwm_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/nwm_client/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_nwm_client_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/nwm_client_new/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_rest_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/_restclient/**'
workflow_dispatch:

jobs:
unittests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_svi_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- 'python/svi_client/**'
workflow_dispatch:

jobs:
unittests:
Expand Down

0 comments on commit 2901de0

Please sign in to comment.