Skip to content

Publish autonomi/nos:0.0.5-cpu (multiplatform) and autonomi/nos:0.0.4-gpu docker images on Dockerhub #35

Publish autonomi/nos:0.0.5-cpu (multiplatform) and autonomi/nos:0.0.4-gpu docker images on Dockerhub

Publish autonomi/nos:0.0.5-cpu (multiplatform) and autonomi/nos:0.0.4-gpu docker images on Dockerhub #35

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.