mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix(ci): run conformance upgrade on schedule (#11602)
This commit is contained in:
parent
80ad66b34f
commit
3137cb6e0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conformance.yaml
vendored
2
.github/workflows/conformance.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
id: upgrades
|
||||
run: |
|
||||
set -e
|
||||
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
|
||||
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||
echo 'upgrades=["latest","minor","patch"]' >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo 'upgrades=["none"]' >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue