Merge pull request 'fix: using the right body' (#100) from workflow-tuning into main
All checks were successful
Build and Publish Docker Image (Semantic Cache) / build (amd64, linux/amd64, docker-amd64) (push) Successful in 4m3s
Build and Publish Docker Image / build (amd64, linux/amd64, docker-amd64) (push) Successful in 1m22s
Build and Publish Docker Image (Semantic Cache) / build (arm64, linux/arm64, docker-arm64) (push) Successful in 15m27s
Build and Publish Docker Image / build (arm64, linux/arm64, docker-arm64) (push) Successful in 12m4s
Build and Publish Docker Image (Semantic Cache) / merge (push) Successful in 36s
Build and Publish Docker Image / merge (push) Successful in 34s

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/100
This commit is contained in:
Alpha Nerd 2026-05-30 11:26:22 +02:00
commit f5e08aa896

View file

@ -11,7 +11,7 @@ jobs:
opencode: opencode:
if: | if: |
contains(github.event.comment.body, '/oc') || contains(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, '/opencode') contains(github.event.review.body, '/oc')
runs-on: docker-amd64 runs-on: docker-amd64
container: container:
image: node:lts-bookworm image: node:lts-bookworm
@ -58,5 +58,3 @@ jobs:
forgejo_api_url: https://bitfreedom.net/code/ forgejo_api_url: https://bitfreedom.net/code/
forgejo_token: ${{ secrets.FORGEJO_TOKEN }} forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }} forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}