Skip to content

Commit

Permalink
Update pr-validate.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <[email protected]>
  • Loading branch information
PrivatePuffin authored Oct 17, 2024
1 parent 2be1c05 commit 092eeec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
id: collect-changes
uses: ./.github/actions/collect-changes

containers-build:
uses: ./.github/workflows/containers.build.yaml


charts-lint:
uses: ./.github/workflows/charts-lint.yaml
needs:
Expand All @@ -49,6 +53,8 @@ jobs:
- pr-changes
- charts-lint



print_head_msg:
name: Print commit message
runs-on: ubuntu-latest
Expand Down

0 comments on commit 092eeec

Please sign in to comment.