mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed formatting of Canary workflow
- this was a typo from the previous commit, the `uses` should be outside of `steps`
This commit is contained in:
parent
0c7239b22b
commit
8878c50c43
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -355,9 +355,7 @@ jobs:
|
|||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
||||
canary:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [lint, admin-tests, admin-prod-build, migrations, unit-tests, database-tests]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
name: Canary
|
||||
steps:
|
||||
- uses: tryghost/actions/.github/workflows/canary.yml@main
|
||||
uses: tryghost/actions/.github/workflows/canary.yml@main
|
||||
|
|
Loading…
Add table
Reference in a new issue