0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed superfluous GHA workflow

- this was left here when we moved Sodo-Search into the monorepo but
  isn't needed now
This commit is contained in:
Daniel Lockyer 2023-06-13 13:44:49 +02:00
parent 6023bddafc
commit 6a9d01c6ad
No known key found for this signature in database

View file

@ -1,12 +0,0 @@
name: Test
on:
pull_request:
push:
branches:
- main
- 'renovate/*'
jobs:
test:
uses: tryghost/actions/.github/workflows/test.yml@main
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}