Skip to content

Commit 13f58d2

Browse files
authored
Note on active polling
1 parent a9c2a90 commit 13f58d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Mirror to GitLab and trigger GitLab CI
22

3-
A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub.
3+
A GitHub Action that mirrors all commits to GitLab, triggers GitLab CI, and returns the results back to GitHub.
4+
5+
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.
46

57
## Example workflow
68

0 commit comments

Comments
 (0)