1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:07:45 +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:
lint_commits:
runs-on: ubuntu-20.04
if: always() && github.repository == 'SerenityOS/serenity'
if: always() && github.repository == 'SerenityOS/serenity' && !github.event.pull_request.draft
steps:
- name: Get PR Commits