From 61e45d6259538960b171976dc9384fa0c821840b Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Wed, 7 Feb 2024 12:15:05 +0100 Subject: [PATCH] :construction_worker: (ci): Run upgrade_tools_and_clean on file changes --- .github/workflows/ci-system-upgrade_tools_and_clean.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-system-upgrade_tools_and_clean.yml b/.github/workflows/ci-system-upgrade_tools_and_clean.yml index 4029d20e53..3984fbe662 100644 --- a/.github/workflows/ci-system-upgrade_tools_and_clean.yml +++ b/.github/workflows/ci-system-upgrade_tools_and_clean.yml @@ -7,6 +7,11 @@ name: System - Upgrade tools & clean on: pull_request: types: [labeled] + push: + paths: + - .github/workflows/ci-system-upgrade_tools_and_clean.yml + - .mise.toml + - Gemfile* schedule: # Runs at 3:00 UTC every day - cron: "0 3 * * *"