mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Run tests on non-self-hosted runners
This commit is contained in:
parent
6045f98e55
commit
45e8671e3c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
run-graphql-inspector:
|
||||
name: Run GraphQL Inspector Checks
|
||||
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
@ -27,7 +26,6 @@ jobs:
|
|||
|
||||
run-code-tests:
|
||||
name: Run Codebase tests
|
||||
runs-on: self-hosted
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
|
|
|||
Loading…
Reference in a new issue