Skip to content

Clippy On-Command Benchmarking #1

Clippy On-Command Benchmarking

Clippy On-Command Benchmarking #1

Workflow file for this run

name: Clippy On-Command Benchmarking
on:
issue_comment:
jobs:
# For the commands on issues
issue_commented:
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
name: On demand run
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 $(echo ${{ github.event.comment.body }} | cut -d ':' -f 1) $(echo ${{ github.event.comment.body }} | cut -d ':' -f 2 | cut -d '@' -f 1)