Skip to content

Commit

Permalink
Note on active polling
Browse files Browse the repository at this point in the history
  • Loading branch information
SvanBoxel authored Sep 5, 2019
1 parent a9c2a90 commit 13f58d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 13f58d2

Please sign in to comment.