Closed BbolroC closed 4 days ago
The following workflows are triggered twice during a merge:
For self-hosted runners, which often have a limited number of available runners, this duplicate build is unnecessary and may cause CI bottlenecks.
This PR ensures the workflow of interest is skipped when github.event_name is push, which occurs during a merge.
github.event_name
push
Signed-off-by: Hyounggyu Choi Hyounggyu.Choi@ibm.com
Workflow examples for the duplicate build:
KBS
AS
The following workflows are triggered twice during a merge:
For self-hosted runners, which often have a limited number of available runners, this duplicate build is unnecessary and may cause CI bottlenecks.
This PR ensures the workflow of interest is skipped when
github.event_name
ispush
, which occurs during a merge.Signed-off-by: Hyounggyu Choi Hyounggyu.Choi@ibm.com