mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:37:36 +00:00
CI: Disable the commit linter on draft pull requests
This commit is contained in:
parent
42d667645d
commit
6a067e5a1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue