diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml new file mode 100644 index 00000000..e0c7f12f --- /dev/null +++ b/.github/workflows/benchmark.yml @@ -0,0 +1,12 @@ +name: Comment Trigger Test + +on: + issue_comment: + types: [created] + +jobs: + comment-check: + runs-on: ubuntu-latest + steps: + - name: Check Comment + run: echo "Comment: ${{ github.event.comment.body }}"