discourse-yearly-review/.github/workflows/d-compat-branch.yml
2026-03-11 22:40:53 +00:00

10 lines
184 B
YAML

name: Create new d-compat branch
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
ci:
uses: discourse/.github/.github/workflows/create-d-compat-branch.yml@v1