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
8 lines
140 B
YAML
8 lines
140 B
YAML
name: Canary Build
|
|
on: workflow_dispatch
|
|
env:
|
|
FORCE_COLOR: 1
|
|
jobs:
|
|
canary:
|
|
uses: tryghost/actions/.github/workflows/canary.yml@main
|