From ebb7a982f8cd38302730ba01d615f6f39bde309e Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 29 Sep 2021 16:07:03 +0000 Subject: [PATCH] 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. --- .github/workflows/trigger-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-gitlab.yml b/.github/workflows/trigger-gitlab.yml index d3340067..b61128bb 100644 --- a/.github/workflows/trigger-gitlab.yml +++ b/.github/workflows/trigger-gitlab.yml @@ -4,7 +4,7 @@ name: Trigger GitLab CI on: workflow_run: - workflows: ["Tests"] + workflows: ["Checks"] types: [completed] jobs: