From a94a19bb36ce8eea8847072869c8a363f816fdf6 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 25 Dec 2020 22:39:25 -0500 Subject: [PATCH] add e2e workflow badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a534eeb32..9e9ec1c41 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # GitHub Actions Runner [![Actions Status](https://github.com/actions/runner/workflows/Runner%20CI/badge.svg)](https://github.com/actions/runner/actions) +[![Runner E2E Test](https://github.com/actions/runner/workflows/Runner%20E2E%20Test/badge.svg)](https://github.com/actions/runner/actions) The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the [hosted virtual environments](https://github.com/actions/virtual-environments), or you can [self-host the runner](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners) in your own environment.