Skip to content

Commit

Permalink
💚 (ci): Fix scheduled tool upgrade and system clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 27, 2023
1 parent ee349b1 commit 384cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-system-upgrade_tools_and_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 384cbad

Please sign in to comment.