Skip to content

[devops] make build on PR run automatically #3747

@ver217

Description

@ver217

Overview

Build on PR workflow only runs when a PR is labelled as "Run build and test". There are two main shortcomings:

  • Author may forget to add the label.
  • The order of label affects running times. E.g. I add two labels: "Run build and test" and "Bug". This will trigger twice CI. And I think this is an unexpected behavior.

We can solve these problems by triggering CI via path. The label is not needed anymore.

Goal

  1. Make build on PR workflow run automatically.
  2. Update related documentation.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions