From a0be75489ad2a2e797bacc1c67704b840017b93f Mon Sep 17 00:00:00 2001 From: Tyler887 Date: Fri, 7 Jan 2022 19:27:27 +0000 Subject: [PATCH] Delete Runner E2E tests badge (#1582) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dc124ac6cfc..a534eeb3260 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ # 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-canary/actions-runner-e2e/actions/workflows/runner_e2etest.yml/badge.svg)](https://github.com/actions-canary/actions-runner-e2e/actions/workflows/runner_e2etest.yml) 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.