Skip to content

Add pre-commit to verify that notebook format execution count is fine #747

Add pre-commit to verify that notebook format execution count is fine

Add pre-commit to verify that notebook format execution count is fine #747

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