ci: trigger gitlab from checks not tests

Use the "Checks" workflow to trigger gitlab; this workflow should
be much quicker to complete and thus the gitlab ci will trigger
earlier leading to a more parallel ci run.
This commit is contained in:
Christian Kellner 2021-09-29 16:07:03 +00:00
parent ead48226fc
commit ebb7a982f8

View file

@ -4,7 +4,7 @@ name: Trigger GitLab CI
on:
workflow_run:
workflows: ["Tests"]
workflows: ["Checks"]
types: [completed]
jobs: