Skip to content

deps(dependabot): bump k8s.io/client-go from 0.31.1 to 0.31.2 #1356

deps(dependabot): bump k8s.io/client-go from 0.31.1 to 0.31.2

deps(dependabot): bump k8s.io/client-go from 0.31.1 to 0.31.2 #1356

Workflow file for this run

name: unit-test
env:
KYMA_STABILITY: "unstable"
KYMA: "./hack/kyma"
on:
push:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
pull_request:
branches:
- main
- "release-**"
paths-ignore:
- "docs/**"
- "**.md"
- "sec-scanners-config.yaml"
- CODEOWNERS
- LICENSE
- LICENSES
- OWNERS
- OWNERS_ALIASES
- PROJECT
jobs:
unit-test:
uses: kyma-project/eventing-tools/.github/workflows/unit-test-reusable.yml@main