Skip to content

Commit

Permalink
normalize caps for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 14, 2024
1 parent 4988aef commit afbd120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ new SHA tag.

#### 1. Build and test container image :arrow_right: [test.yaml](https://github.com/berkeley-dsep-infra/hub-user-image-template/blob/main/.github/workflows/test.yaml)

This workflow is triggered when a Pull Request is opened against the default
This workflow is triggered when a pull request is opened against the default
branch (`main`). During PR builds, the image is **only** built and **not**
pushed to the Google Artifact Registry.

Expand All @@ -93,7 +93,7 @@ Please note that the image will not be built for documentation changes

#### 2. YAML linting :arrow:_right: [yaml-lint.yaml](https://github.com/berkeley-dsep-infra/hub-user-image-template/blob/main/.github/workflows/yaml-lint.yaml)

This workflow is triggered when a Pull Request is opened against the default
This workflow is triggered when a pull request is opened against the default
branch (`main`). It uses [yamllint](https://yamllint.readthedocs.io/en/stable/)
to check all yaml files in the repo for correctness.

Expand Down

0 comments on commit afbd120

Please sign in to comment.