From 384cbad7a2f560abfa111a1ffe99bb9a69c615fe Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Fri, 27 Oct 2023 23:37:09 +0200 Subject: [PATCH] :green_heart: (ci): Fix scheduled tool upgrade and system clean --- .github/workflows/ci-system-upgrade_tools_and_clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-system-upgrade_tools_and_clean.yml b/.github/workflows/ci-system-upgrade_tools_and_clean.yml index a37b336ea6..6271cd71bc 100644 --- a/.github/workflows/ci-system-upgrade_tools_and_clean.yml +++ b/.github/workflows/ci-system-upgrade_tools_and_clean.yml @@ -17,7 +17,7 @@ concurrency: jobs: upgrade_tools: - if: contains(github.event.label.name, 'ci:upgrade_tools') + if: ${{ contains(github.event.label.name, 'ci:upgrade_tools') || contains(github.event_name, 'schedule') }}  name: Upgrade tools runs-on: [self-hosted, iOS]