Skip to content

Commit

Permalink
👷 (ci): System upgrade - remove run of file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 7, 2024
1 parent 258582a commit 507ee44
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-system-upgrade_tools_and_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ 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 * * *"
Expand All @@ -24,8 +19,7 @@ jobs:
upgrade_tools:
if: |
(github.event_name == 'pull_request' && github.event.label.name == 'ci:upgrade_tools') ||
contains(github.event_name, 'schedule') ||
contains(github.event_name, 'push')
contains(github.event_name, 'schedule')
name: Upgrade tools
runs-on: [self-hosted, iOS]

Expand Down

0 comments on commit 507ee44

Please sign in to comment.