mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03: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
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…
Reference in New Issue
Block a user