Skip to content

Added the time-marching differential equations solver example #35

Added the time-marching differential equations solver example

Added the time-marching differential equations solver example #35

name: "(Internal) Automatic Deployment"
on:
pull_request_target:
branches:
- main
- dev
types:
- closed
jobs:
deploy-prod:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
uses: ./.github/workflows/deployment-qmod.yml

Check failure on line 14 in .github/workflows/Internal-automatic-deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Internal-automatic-deployment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Internal-automatic-deployment.yml" -> "./.github/workflows/deployment-qmod.yml" : failed to fetch workflow: workflow was not found.
with:
deploy-mode: production
secrets: inherit
deploy-dev:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev'
uses: ./.github/workflows/deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit