diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad21ea9..a715d78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI/CD - Run lint and formatting checkout +name: CI/CD - Linter, formatter and tests on: push: @@ -10,7 +10,7 @@ on: - synchronize jobs: - lint-and-format: + lint-format-and-test: runs-on: [self-hosted] timeout-minutes: 10 diff --git a/.github/workflows/deploy-to-vm.yaml b/.github/workflows/deploy-to-vm.yaml index a0f1d4f..216f025 100644 --- a/.github/workflows/deploy-to-vm.yaml +++ b/.github/workflows/deploy-to-vm.yaml @@ -4,7 +4,7 @@ name: CI/CD - Deploy to VM on: workflow_run: - workflows: ["CI/CD - Run lint and formatting checkout"] + workflows: ["CI/CD - Linter, formatter and tests"] types: [completed] branches: - main