From 13f58d2ae6e838d2b8a446f55afa5d69ad7ab0d2 Mon Sep 17 00:00:00 2001 From: Sebass van Boxel Date: Thu, 5 Sep 2019 12:20:36 +0200 Subject: [PATCH] Note on active polling --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b16cd73..c2ff57a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Mirror to GitLab and trigger GitLab CI -A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub. +A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub. + +This action uses active polling to determine whether the GitLab pipeline is finished. This means our GitHub Action will run for the same amount of time as it takes for GitLab CI to finish the pipeline. ## Example workflow