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
- Make build on PR workflow run automatically.
- Update related documentation.
Overview
Build on PR workflow only runs when a PR is labelled as "Run build and test". There are two main shortcomings:
We can solve these problems by triggering CI via path. The label is not needed anymore.
Goal