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:
Daniel Lockyer 2022-08-03 17:26:10 +02:00
parent 0c7239b22b
commit 8878c50c43
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -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