Skip to content

Fix docker CLI: nos docker start --gpu and nos docker stop #36

Fix docker CLI: nos docker start --gpu and nos docker stop

Fix docker CLI: nos docker start --gpu and nos docker stop #36

name: Pull request comment to benchmark (/benchmark)
on:
issue_comment:
types: [created, edited]
jobs:
call-benchmark:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3 # Necessary to access local action
- name: Trigger benchmark workflow
uses: ./.github/workflows/benchmark
if: contains(github.event.comment.body, '/benchmark') && github.event.issue.pull_request # check if the comments come from pull request, exclude those from issue.