From ad224edb62ea86478638eab12f84bd8d841065ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Gr=C3=A6sberg?= Date: Fri, 18 Sep 2026 00:19:05 +0200 Subject: [PATCH 1/2] Update CI names to better reflext actual actions --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 8f0401150d6454ab455a301491ac7fe751e1dc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20Gr=C3=A6sberg?= Date: Fri, 18 Sep 2026 00:23:44 +0200 Subject: [PATCH 2/2] Update deploy script to actually deploy (whoops) --- .github/workflows/deploy-to-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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