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 3d4488c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit 3d4488c

Please sign in to comment.