mirror of
https://ghfast.top/https://github.com/discourse/discourse-yearly-review.git
synced 2026-05-02 17:27:20 +08:00
10 lines
184 B
YAML
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
|