Disable linter on draft pr
This commit is contained in:
parent
139e3c7835
commit
bd0eec2e45
1 changed files with 1 additions and 0 deletions
1
.github/workflows/code_quality.yml
vendored
1
.github/workflows/code_quality.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
if: github.event.pull_request.draft == 'false'
|
||||||
name: Check the source code
|
name: Check the source code
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue