Skip to content

Commit

Permalink
enable manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jarq6c committed Aug 24, 2023
1 parent a995378 commit e08ea5b
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 e08ea5b

Please sign in to comment.