1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

update workflow configurations to fix CI failure (#3060)

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2022-01-24 12:39:15 +08:00 committed by GitHub
parent f7f4828dcd
commit c479b41d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 3 deletions

View file

@ -3,11 +3,16 @@ on:
push:
branches:
- 'main'
- 'release*'
pull_request:
branches:
- 'main'
- 'release*'
permissions: read-all
permissions:
contents: read
packages: write
id-token: write
jobs:
pre-checks:

View file

@ -4,7 +4,10 @@ on:
tags:
- 'helm-chart-v*'
permissions: read-all
permissions:
contents: read
packages: write
id-token: write
jobs:
helm-tests:

View file

@ -3,6 +3,7 @@ on:
pull_request:
branches:
- 'main'
- 'release*'
paths:
- 'charts/kyverno/**'
- '.github/workflows/helm-test.yaml'

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- 'main'
- 'release*'
permissions:
contents: read

View file

@ -4,7 +4,10 @@ on:
tags:
- 'v*'
permissions: read-all
permissions:
contents: read
packages: write
id-token: write
jobs:
release-init-kyverno: