Skip to content

[BOP-14][BOP-40] Support for deleting addon helm charts, namespaced addon helm charts #11

[BOP-14][BOP-40] Support for deleting addon helm charts, namespaced addon helm charts

[BOP-14][BOP-40] Support for deleting addon helm charts, namespaced addon helm charts #11

Workflow file for this run

name: PR
on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
branches: [ "main" ]
paths:
- '**' # all files otherwise excludes wont work
- '!**/**/*.md' # ignore markdown files
- '!demo/**' # ignore demos folder
- '!sample/**' # ignore samples folder
- '!example/**' # ignore examples folder
jobs:
vet:
uses: ./.github/workflows/vet.yml
unit-test:
uses: ./.github/workflows/unit.yml
build:
uses: ./.github/workflows/build.yml