From bc20d75006bb0611e8d8dda53573aad000dd3755 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 31 Jan 2025 12:56:46 +0000 Subject: [PATCH] [CI] Do not install sonar on cron --- .github/workflows/cron-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cron-checks.yml b/.github/workflows/cron-checks.yml index 3a99939d17..423005d9dd 100644 --- a/.github/workflows/cron-checks.yml +++ b/.github/workflows/cron-checks.yml @@ -156,7 +156,6 @@ jobs: - uses: ./.github/actions/bootstrap env: INSTALL_YEETD: true - INSTALL_SONAR: true - uses: ./.github/actions/setup-ios-runtime if: ${{ matrix.setup_runtime }} timeout-minutes: 60