Skip tag if no pipeline ran on commit
If the commit of the collected tag did not have pipeline run, the tag shall not be added to the list of tags in get_project_tags. The value would be None and due to that, fail on accessing the last pipeline ID at get_pipeline_job with last_pipeline_id = tag_info.commit.last_pipeline['id']