name: Clean Host Contract on: workflow_dispatch: schedule: - cron: "17 3 * * 1" env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" permissions: contents: read jobs: clean-host-contract: name: Clean wheel install and A-Z contract runs-on: ubuntu-latest timeout-minutes: 25 steps: - name: Checkout uses: actions/checkout@v5 - name: Set up Python 3.12 uses: actions/setup-python@v6 with: python-version: "3.12" cache: pip cache-dependency-path: pyproject.toml - name: Upgrade pip run: python -m pip install --upgrade pip - name: Run clean-host contract run: python scripts/clean_host_contract.py --fast