Skip to content

Commit

Permalink
Merge pull request #234 from jarq6c/fix-indent
Browse files Browse the repository at this point in the history
New Workflow Manual Trigger Incorrectly Indented
  • Loading branch information
jarq6c committed Aug 24, 2023
2 parents 2901de0 + 9fb59a3 commit 1f23cd3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
paths:
- 'python/events/**'
workflow_dispatch:
workflow_dispatch:

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

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

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

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

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

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

jobs:
unittests:
Expand Down

0 comments on commit 1f23cd3

Please sign in to comment.