diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index eecde1d1..71b09625 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ permissions: deployments: write concurrency: - group: "pages" + group: 'pages' cancel-in-progress: false jobs: diff --git a/.github/workflows/ui-tests.yaml b/.github/workflows/ui-tests.yaml index 9303367e..3e8166bc 100644 --- a/.github/workflows/ui-tests.yaml +++ b/.github/workflows/ui-tests.yaml @@ -148,4 +148,3 @@ jobs: npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \ "npx http-server storybook-static --port 6006 --silent" \ "npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook" -