From 89cebe1ce2372c5a4de0eadcb618ddbe48361899 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 26 Dec 2022 12:10:22 -0500 Subject: [PATCH] Update name of Playground job --- .github/workflows/playground.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playground.yaml b/.github/workflows/playground.yaml index ac400e9514..404e1315e4 100644 --- a/.github/workflows/playground.yaml +++ b/.github/workflows/playground.yaml @@ -1,4 +1,4 @@ -name: Playground +name: "[Playground] Release" on: workflow_dispatch: @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: 'npm' + cache: "npm" cache-dependency-path: playground/package-lock.json - uses: actions/cache@v3 env: