Fix to allow pipeline trigger jobs to be executed from the GitLab Workflow VSCode extension

Checklist

Summary

Fix to allow pipeline trigger jobs to be executed from the GitLab Workflow VSCode extension

Steps to reproduce

Create a pipeline with a trigger job with when:manual

Try to execute the job from the extension

What is the current bug behavior?

When right-click on the trigger job there is no option to execute the job

What is the expected correct behavior?

Trigger jobs can be executed in the same manner as normal jobs

Relevant logs and/or screenshots

image.png

Possible fixes

This can be easily fixed with a simple change to the job item model. I plan to contribute the change myself