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
|
||||
jobs:
|
||||
test:
|
||||
if: github.event.pull_request.draft == 'false'
|
||||
name: Check the source code
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue