Skip to content

Validate Commit Subjects should not re-run in the post-merge pipeline #40

Description

@bougyman

main.yaml's validate job calls ci.yaml as a reusable workflow, running both Test and Validate Commit Subjects post-merge. The commit-subject check only makes sense pre-merge (should this PR be mergeable) - the commits are already merged by the time main.yaml runs, so re-checking their subjects is meaningless. Test should still re-run post-merge (verifies the actual merge result); commit-subject validation shouldn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions