Skip to content

chore(ci): skip actions for draft PRs#16561

Draft
zhjwpku wants to merge 1 commit into
apache:mainfrom
zhjwpku:skip-actions-for-draft-prs
Draft

chore(ci): skip actions for draft PRs#16561
zhjwpku wants to merge 1 commit into
apache:mainfrom
zhjwpku:skip-actions-for-draft-prs

Conversation

@zhjwpku
Copy link
Copy Markdown
Contributor

@zhjwpku zhjwpku commented May 25, 2026

The labeler workflow is intentionally left unchanged.

@github-actions github-actions Bot added the INFRA label May 25, 2026
@zhjwpku zhjwpku force-pushed the skip-actions-for-draft-prs branch from 743a11a to 20a9618 Compare May 25, 2026 07:12

jobs:
check-pr-title:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This at least shouldn't be skipped, as the current PR title will fail the check and can be fixed early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants