From 90f3aa1d5f2257a8684a5e87ce517da99638729c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Sun, 19 Nov 2023 03:46:47 +0100 Subject: [PATCH] :truck: Rename E2E workflow to CD --- .github/workflows/{e2e.yml => cd.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{e2e.yml => cd.yml} (94%) diff --git a/.github/workflows/e2e.yml b/.github/workflows/cd.yml similarity index 94% rename from .github/workflows/e2e.yml rename to .github/workflows/cd.yml index c156a9b..cd3c0c7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: E2E +name: CD on: workflow_run: @@ -18,7 +18,7 @@ jobs: php: [8.2] dependencies: [highest] experimental: [false] - name: 🚀 E2E testing with PHP-${{ matrix.php }} ${{ matrix.dependencies }} and Bun-${{ matrix.bun }} on ${{ matrix.os }} + name: 🚀 Deploy with PHP-${{ matrix.php }} ${{ matrix.dependencies }} and Bun-${{ matrix.bun }} on ${{ matrix.os }} steps: - name: 🚚 Get latest code