Ghost/.github/workflows/canary.yml
Daniel Lockyer c187b3d182
Extracted Canary workflow to template
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
2022-03-31 08:27:18 +01:00

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