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:
parent
ead48226fc
commit
ebb7a982f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/trigger-gitlab.yml
vendored
2
.github/workflows/trigger-gitlab.yml
vendored
|
|
@ -4,7 +4,7 @@ name: Trigger GitLab CI
|
|||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Tests"]
|
||||
workflows: ["Checks"]
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue