1
0
mirror of synced 2026-05-22 14:23:18 +00:00

DEV: Add the d-compat branch workflow (#97)

This commit is contained in:
Jarek Radosz
2026-03-11 23:36:25 +01:00
committed by GitHub
parent 2668751d96
commit fc12aba0a8
+10
View File
@@ -0,0 +1,10 @@
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