Skip to content

publish-all

publish-all #140

Workflow file for this run

name: publish-all
on:
workflow_dispatch:
schedule:
- cron: "01 16 * * 4"
push:
branches:
- main
concurrency:
group: publish-all
cancel-in-progress: true
jobs:
publish-all:
uses: ./.github/workflows/template-publish-all.yml
with:
CN_FLAG: false
WORKFLOW_REF: publish-all.yml
secrets: inherit