diff --git a/.github/workflows/frontend.deploy.docs.yml b/.github/workflows/frontend.deploy.docs.yml index 3c0e251..a79962e 100644 --- a/.github/workflows/frontend.deploy.docs.yml +++ b/.github/workflows/frontend.deploy.docs.yml @@ -1,4 +1,4 @@ -name: "deploy:docs to github" +name: "frontend:deploy:docs to github" on: push: branches: diff --git a/.github/workflows/frontend.test.build.code.yml b/.github/workflows/frontend.test.build.code.yml index f9d59fc..2f41264 100644 --- a/.github/workflows/frontend.test.build.code.yml +++ b/.github/workflows/frontend.test.build.code.yml @@ -1,4 +1,4 @@ -name: "test:build test code" +name: "frontend:test:build test code" on: push diff --git a/.github/workflows/frontend.test.build.docs.yml b/.github/workflows/frontend.test.build.docs.yml index fac2648..e73bd89 100644 --- a/.github/workflows/frontend.test.build.docs.yml +++ b/.github/workflows/frontend.test.build.docs.yml @@ -1,4 +1,4 @@ -name: "test:build test docs" +name: "frontend:test:build test docs" on: push diff --git a/.github/workflows/frontend.test.build.storybook.yml b/.github/workflows/frontend.test.build.storybook.yml index f737789..c66fced 100644 --- a/.github/workflows/frontend.test.build.storybook.yml +++ b/.github/workflows/frontend.test.build.storybook.yml @@ -1,4 +1,4 @@ -name: "test:build test storybook" +name: "frontend:test:build test storybook" on: push diff --git a/.github/workflows/frontend.test.lint.code.yml b/.github/workflows/frontend.test.lint.code.yml index 9f79917..81f5511 100644 --- a/.github/workflows/frontend.test.lint.code.yml +++ b/.github/workflows/frontend.test.lint.code.yml @@ -1,4 +1,4 @@ -name: "test:lint code with defined linters" +name: "frontend:test:lint code with defined linters" on: push diff --git a/.github/workflows/frontend.test.unit.code.yml b/.github/workflows/frontend.test.unit.code.yml index 336c7e3..b887032 100644 --- a/.github/workflows/frontend.test.unit.code.yml +++ b/.github/workflows/frontend.test.unit.code.yml @@ -1,4 +1,4 @@ -name: "test:unit test code with defined suites" +name: "frontend:test:unit test code with defined suites" on: push