Skip to content

Commit

Permalink
🌱 Lint PRs in Draft-mode, too. (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli authored Aug 30, 2024
1 parent b9aa1be commit 2723c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
jobs:
pr-lint:
name: "Lint Pull Request"
if: github.event_name != 'pull_request_target' || !github.event.pull_request.draft
if: github.event_name != 'pull_request_target'
runs-on: ubuntu-latest
container:
image: ghcr.io/syself/caph-builder:1.0.20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
pr-verify:
runs-on: ubuntu-latest
name: Verify Pull Request
if: github.event_name != 'pull_request_target' || !github.event.pull_request.draft
if: github.event_name != 'pull_request_target'
steps:
- name: Verifier action
id: verifier
Expand Down

0 comments on commit 2723c32

Please sign in to comment.