mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +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
|
id: upgrades
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
|
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||||
echo 'upgrades=["latest","minor","patch"]' >> $GITHUB_OUTPUT
|
echo 'upgrades=["latest","minor","patch"]' >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo 'upgrades=["none"]' >> $GITHUB_OUTPUT
|
echo 'upgrades=["none"]' >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue