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

Loading…
Cancel
Save