Skip to content

Commit

Permalink
👷 (tools): Fix tools' upgrade conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Nov 8, 2023
1 parent 5b3fbe7 commit c15f924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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,9 @@ concurrency:

jobs:
upgrade_tools:
if: ${{ contains(github.event.label.name, 'ci:upgrade_tools') || contains(github.event_name, 'schedule') }} 
if: |
(github.event_name == 'pull_request' && 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 c15f924

Please sign in to comment.