From 3137cb6e0aef97d6bd0c7d84098d6018ee28aa12 Mon Sep 17 00:00:00 2001 From: Khaled Emara Date: Mon, 18 Nov 2024 12:37:02 +0200 Subject: [PATCH] fix(ci): run conformance upgrade on schedule (#11602) --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index eb0069fc20..1c23783c4f 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -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