* Change workflow names * chnage name * Update branch-deploy.yml * Update documentation.yaml * Update branch-remove.yml * Update backend.yml * Update frontend.yaml * Update helm.yaml * Update master.yaml * Update e2e-checks.yaml Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
@@ -1,4 +1,4 @@
-name: backend
+name: Backend build and test
on:
push:
branches:
-name: DeployFromBranch
+name: Feature testing init
workflow_dispatch:
-name: RemoveCustomDeployment
+name: Feature testing destroy
pull_request:
-name: prepare-helm-release
+name: Prepare helm release
repository_dispatch:
types: [prepare-helm-release]
-name: Documentation
+name: Documentation URLs linter
types:
-name: e2e-checks
+name: E2E tests
pull_request_target:
types: ["opened", "edited", "reopened", "synchronize"]
-name: frontend
+name: Frontend build and test
-name: Helm
+name: Helm linter
-name: Master
+name: Master branch build & deploy
-name: Release-serde-api
+name: Release serde api
on: workflow_dispatch
jobs:
-name: terraform_deploy
+name: Terraform deploy
inputs: