Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 12, 2022
1 parent 8ed049e commit eae4e02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/user-requested-benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: User-requested benchmarks
on:
issue_comment:
types: [created]
workflow_dispatch: # TODO: Remove this when this is in the default branch.
inputs:
pr_number:
required: true
type: number
jobs:
example_comment_pr:
runs-on: ubuntu-latest
Expand All @@ -14,6 +20,7 @@ jobs:
with:
message: |
Hello world ! :wave:
pr_number: ${{ inputs.pr_number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Checkout benchmark repository
Expand Down

0 comments on commit eae4e02

Please sign in to comment.