Skip to content

biobuddy-pr

biobuddy-pr #32

Workflow file for this run

name: biobuddy-pr
run-name: biobuddy-pr
# Build and push nolabs image using GitHub Cache API
# Only if relevant files were changed
on:
pull_request:
branches:
- master
paths:
- 'microservices/biobuddy/**'
jobs:
build:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-docker.yaml
with:
microservice_name: "biobuddy"