Skip to content

Move tests/qmods to its own ci workflow #777

Move tests/qmods to its own ci workflow

Move tests/qmods to its own ci workflow #777

name: "(Internal) Automatic Deployment"
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
deploy-prod:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: production
secrets: inherit
deploy-staging:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit