diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 23c773286..dae1788d5 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -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 diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index a9f6bfdd3..da96aeff0 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -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