From cbd142db49d3ed6ee08c67ad75786f9f0f27c0ca Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 18 Aug 2021 17:08:39 -0700 Subject: [PATCH] /.github/workflows/temp-trigger-benchmark-report.yaml: remove temp workflow --- .../temp-trigger-benchmark-report.yaml | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/temp-trigger-benchmark-report.yaml diff --git a/.github/workflows/temp-trigger-benchmark-report.yaml b/.github/workflows/temp-trigger-benchmark-report.yaml deleted file mode 100644 index ac5cc76378..0000000000 --- a/.github/workflows/temp-trigger-benchmark-report.yaml +++ /dev/null @@ -1,27 +0,0 @@ -on: - workflow_dispatch: - inputs: - version: - description: 'SemVer format release tag, i.e. 0.24.5' - required: true - email: - description: 'email address' - required: true - key: - description: 'results key' - required: true - pr_number: - description: 'pull request number' - required: false - default: '-1' - -jobs: - trigger-benchmark-report: - runs-on: ubuntu-18.04 - steps: - - name: Trigger Benchmark Report - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - event-type: benchmark-report - client-payload: '{"dolt_version": "${{ github.event.inputs.version }}", "actor": "${{ github.actor }}", "actor_email": "${{ github.event.inputs.email }}", "key":"${{ github.event.inputs.key }}", "issue_number":"${{ github.event.inputs.pr_number }}"}'