on: schedule: - cron: '12 10 * * 3' push: branches: - master - renovate/* jobs: run: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: | npx pnpm install --frozen-lockfile npx pnpm run start