Stamatis Zampetakis created CALCITE-7751:
--------------------------------------------
Summary: Skipped CI jobs when adding labels
Key: CALCITE-7751
URL: https://issues.apache.org/jira/browse/CALCITE-7751
Project: Calcite
Issue Type: Bug
Components: ci
Reporter: Stamatis Zampetakis
Assignee: Stamatis Zampetakis
The CI jobs have conditional statement (if: github.event.action != 'labeled')
to avoid running jobs when labels change cause they are supposed to run on
other events (e.g., opening a pr, or pushing more commits). Only the job
running slow tests is supposed to trigger via labels.
In some cases, jobs are not running when opening the PR (e.g., waiting approval
for first time contributors). Adding a label (e.g., "LGTM will merge soon") and
then approving the workflows may cause all jobs to be skipped.
The problem has been brought up initially in the dev list:
https://lists.apache.org/thread/pg65bc88l7qg942kzlqgdb12rh3kjkwr
--
This message was sent by Atlassian Jira
(v8.20.10#820010)