Browse Source

Run feature tests, lint and audit on draft PRs

pull/1065/head
Kat 4 years ago
parent
commit
e53690fd08
  1. 3
      .github/workflows/staging_pipeline.yml

3
.github/workflows/staging_pipeline.yml

@ -76,7 +76,6 @@ jobs:
feature_test:
name: Feature Tests
if: '!github.event.pull_request.draft'
runs-on: ubuntu-latest
services:
@ -135,7 +134,6 @@ jobs:
lint:
name: Lint
if: '!github.event.pull_request.draft'
runs-on: ubuntu-latest
steps:
@ -163,7 +161,6 @@ jobs:
audit:
name: Audit dependencies
if: '!github.event.pull_request.draft'
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save