Skip to content

[WIP-CI] render

[WIP-CI] render #93

Workflow file for this run

name: Main Workflows
on:
push:
branches: ["main"]
repository_dispatch:
types: [custom-event]
workflow_dispatch:
pull_request:
branches: ["main"]
schedule:
- cron: '0 4 * * 0'
jobs:
call_env_workflow:
uses: computorg/workflows/.github/workflows/global-env.yml@main
call_quartopublish_workflow:
uses: computorg/workflows/.github/workflows/publish-render.yml@main
needs: call_env_workflow