Skip to content

Commit 2723c32

Browse files
authored
🌱 Lint PRs in Draft-mode, too. (#1467)
1 parent b9aa1be commit 2723c32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
2020
jobs:
2121
pr-lint:
2222
name: "Lint Pull Request"
23-
if: github.event_name != 'pull_request_target' || !github.event.pull_request.draft
23+
if: github.event_name != 'pull_request_target'
2424
runs-on: ubuntu-latest
2525
container:
2626
image: ghcr.io/syself/caph-builder:1.0.20

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
pr-verify:
88
runs-on: ubuntu-latest
99
name: Verify Pull Request
10-
if: github.event_name != 'pull_request_target' || !github.event.pull_request.draft
10+
if: github.event_name != 'pull_request_target'
1111
steps:
1212
- name: Verifier action
1313
id: verifier

0 commit comments

Comments
 (0)