1
0
Fork 0
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:
Khaled Emara 2024-11-18 12:37:02 +02:00 committed by GitHub
parent 80ad66b34f
commit 3137cb6e0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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