Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

fix: release flow + docs (#371) #1

fix: release flow + docs (#371)

fix: release flow + docs (#371) #1

Workflow file for this run

name: CI / Dashboard
on:
push:
branches: [main]
paths:
- 'dashboard/**'
- 'internal/api/types/**'
- 'scripts/build-dashboard.sh'
- '.github/workflows/ci-dashboard.yml'
- '.github/workflows/reusable-dashboard.yml'
pull_request:
paths:
- 'dashboard/**'
- 'internal/api/types/**'
- 'scripts/build-dashboard.sh'
- '.github/workflows/ci-dashboard.yml'
- '.github/workflows/reusable-dashboard.yml'
workflow_dispatch:
permissions:
contents: read
jobs:
dashboard:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/reusable-dashboard.yml
with:
ref: ${{ github.sha }}