1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

CI: Disable the commit linter on draft pull requests

This commit is contained in:
Idan Horowitz 2021-05-29 17:29:13 +03:00 committed by Linus Groh
parent 42d667645d
commit 6a067e5a1d

View file

@ -5,7 +5,7 @@ on: [pull_request_target]
jobs: jobs:
lint_commits: lint_commits:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: always() && github.repository == 'SerenityOS/serenity' if: always() && github.repository == 'SerenityOS/serenity' && !github.event.pull_request.draft
steps: steps:
- name: Get PR Commits - name: Get PR Commits