Skip to content

Commit

Permalink
feat(ci): Basic gh-action to run and publish benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Aug 30, 2024
1 parent 41d1e4d commit adb0ec8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Comment Trigger Test

on:
issue_comment:
types: [created, edited]

jobs:
comment-check:
runs-on: ubuntu-latest
steps:
- name: Check Comment
run: |
echo "Comment ${{ github.event.comment.body }}"

0 comments on commit adb0ec8

Please sign in to comment.