Skip to content

Commit

Permalink
WIP - run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 7, 2024
1 parent c62159d commit fa87756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-system-upgrade_tools_and_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ 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, 'schedule') ||
contains(github.event_name, 'push')
name: Upgrade tools
runs-on: [self-hosted, iOS]

Expand Down

0 comments on commit fa87756

Please sign in to comment.