Skip to content

[BACK-2693] Enforce patient count limit #236

[BACK-2693] Enforce patient count limit

[BACK-2693] Enforce patient count limit #236

name: check-and-publish
on:
workflow_dispatch:
push:
jobs:
check:
uses: ./.github/workflows/check.yml
secrets: inherit
publish:
needs: [ check ]
uses: ./.github/workflows/publish.yml
secrets: inherit