From b5a59728949d5c2bb34767a26dfcf3d2507ff59a Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Sun, 31 Dec 2023 14:42:38 +0100 Subject: [PATCH] Use more beautiful name for deploying the website (#1206) This PR changes the name of the deploying website job. Instead of "deploy (dev, sharezone-debug, FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG)" the name will be "deploy-website-dev". --- .github/workflows/website_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website_cd.yml b/.github/workflows/website_cd.yml index 5a1563faa..d585b87d4 100644 --- a/.github/workflows/website_cd.yml +++ b/.github/workflows/website_cd.yml @@ -27,6 +27,7 @@ permissions: {} jobs: deploy: runs-on: ubuntu-22.04 + name: website-deploy-${{ matrix.environment.name }} permissions: checks: write # for FirebaseExtended/action-hosting-deploy strategy: