Regarding Actions in triggers of the pipelines
X
Xenon grey Dolphin
In the triggers of the harness pipeline, when we create a trigger for PULL REQUEST, there is only single ACTION, whether the PR is Closed or Merged.
The name of that Action is CLOSE. So the issue is, whenever we Close or Merge the PR, both the time pipeline is triggered.
Now we need the seperate Actions for both. One should be for Closing the PR and another for Merging the PR. So that, we can skip the builds of Closing the PR.
Log In