Skip to content

FPM-946: Categorical flagging system #243

FPM-946: Categorical flagging system

FPM-946: Categorical flagging system #243

Workflow file for this run

on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
actions: read
jobs:
test-python:
uses: NERC-CEH/dri-cicd/.github/workflows/test-python.yml@main
with:
use_uv: true
coverage_threshold: 90
build-docs:
uses: NERC-CEH/dri-cicd/.github/workflows/build-docs.yml@main
with:
use_uv: true
pages_artifact_name: pages-artifact
deploy-docs:
needs: [build-docs]
if: github.ref == 'refs/heads/main' # Only run deploy-docs on main
uses: NERC-CEH/dri-cicd/.github/workflows/deploy-docs.yml@main
with:
pages_artifact_name: pages-artifact