Disable linter on draft pr

This commit is contained in:
Neeraj Gupta 2022-11-06 14:16:16 +05:30
parent 139e3c7835
commit bd0eec2e45
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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: