From 54ede907adaf68fc7a2bbf25d4627b1d14c8f2da Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 26 Apr 2023 23:36:37 -0500 Subject: [PATCH] chore: rename e2e workflow (#388) --- .github/workflows/{nightly_e2e.yaml => e2e.yaml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{nightly_e2e.yaml => e2e.yaml} (97%) diff --git a/.github/workflows/nightly_e2e.yaml b/.github/workflows/e2e.yaml similarity index 97% rename from .github/workflows/nightly_e2e.yaml rename to .github/workflows/e2e.yaml index 8812b5ad..0ba3859e 100644 --- a/.github/workflows/nightly_e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -1,4 +1,4 @@ -name: Nighty E2E +name: e2e on: schedule: diff --git a/README.md b/README.md index b0c01494..26c4ef63 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Discord](https://dcbadge.vercel.app/api/server/9hKJcWGcaB)](https://discord.gg/9hKJcWGcaB) [![ci](https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml/badge.svg)](https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml) -[![Nighty E2E](https://github.com/shorebirdtech/shorebird/actions/workflows/nightly_e2e.yaml/badge.svg)](https://github.com/shorebirdtech/shorebird/actions/workflows/nightly_e2e.yaml) +[![e2e](https://github.com/shorebirdtech/shorebird/actions/workflows/e2e.yaml/badge.svg)](https://github.com/shorebirdtech/shorebird/actions/workflows/e2e.yaml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT) [![License: Apache](https://img.shields.io/badge/license-Apache-orange.svg)](./LICENSE-APACHE)