Skip to content

Weekly Clippy Benchmark #15

Weekly Clippy Benchmark

Weekly Clippy Benchmark #15

Workflow file for this run

name: Weekly Clippy Benchmark
on:
# schedule:
# - cron: '0 0 * * */5'
workflow_dispatch:
jobs:
benchmark_master:
runs-on: ubuntu-latest
steps:
- name: Connect to SSH
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
passphrase: ${{ secrets.PASSPHRASE }}
key: ${{ secrets.KEY }}
command_timeout: 2h
script: bash weekly