mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue