Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmBhandal committed Aug 29, 2023
1 parent 912284d commit 3adce9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributing_update_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
update-contributing:
uses: canonical/charmed-kubeflow-workflows/.github/workflows/contributing_update_all.yaml@main
with:
branch: 'main'
branch: 'main'
2 changes: 1 addition & 1 deletion charms/jupyter-controller/contributing_inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ charm_specific_text: |-
1. Update the charm source for any changes, such as:
- YAML manifests in `src/` and/or any Kubernetes resource in `pod_spec`
- New or changed configurations passed to pebble workloads or through `pod.set_spec`
1. Ensure integration and unit tests are passing; fix/adapt them otherwise
1. Ensure integration and unit tests are passing; fix/adapt them otherwise
4 changes: 2 additions & 2 deletions charms/jupyter-ui/contributing_inputs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
charm: "jupyter_controller"
charm: "jupyter_ui"
tox_example_dev_env: "lint"
os_base: "ubuntu-20.04"
deploy_opts: |-
Expand All @@ -16,4 +16,4 @@ charm_specific_text: |-
1. Update the charm source for any changes, such as:
- YAML manifests in `src/` and/or any Kubernetes resource in `pod_spec`
- New or changed configurations passed to pebble workloads or through `pod.set_spec`
1. Ensure integration and unit tests are passing; fix/adapt them otherwise
1. Ensure integration and unit tests are passing; fix/adapt them otherwise

0 comments on commit 3adce9f

Please sign in to comment.