Skip to content

[BACK-2815] Patients without email addresses causing crashes (#99) #235

[BACK-2815] Patients without email addresses causing crashes (#99)

[BACK-2815] Patients without email addresses causing crashes (#99) #235

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