mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
c187b3d182
refs 4aee97472e
- the referenced commit copied the workflow file to our shared templates
repository
- this commit switches to using that template
- this should help reduce duplication when we're doing v5
7 lines
140 B
YAML
7 lines
140 B
YAML
name: Canary Build
|
|
on: workflow_dispatch
|
|
env:
|
|
FORCE_COLOR: 1
|
|
jobs:
|
|
canary:
|
|
uses: tryghost/actions/.github/workflows/canary.yml@main
|