Browse Source

not running tests, lint and audit when draft pr

pull/652/head
JG 3 years ago
parent
commit
da9d7fcd93
  1. 3
      .github/workflows/staging_pipeline.yml

3
.github/workflows/staging_pipeline.yml

@ -14,6 +14,7 @@ defaults:
jobs:
test:
name: Test
if: ! github.event.pull_request.draft
runs-on: ubuntu-latest
services:
@ -72,6 +73,7 @@ jobs:
lint:
name: Lint
if: ! github.event.pull_request.draft
runs-on: ubuntu-latest
steps:
@ -99,6 +101,7 @@ jobs:
audit:
name: Audit dependencies
if: ! github.event.pull_request.draft
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save