From f177676039d8288f0f4e9e78aea13318025bc988 Mon Sep 17 00:00:00 2001 From: Luis Medel Date: Sat, 21 Sep 2024 19:40:02 +0200 Subject: [PATCH] Disable build step in GH --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9ae0c81..323ba0f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,7 +3,7 @@ name: Fire the publish workflow using Bluish on: [push, workflow_dispatch] jobs: - build: + test: runs-on: ubuntu-latest steps: @@ -16,4 +16,4 @@ jobs: . .e/bin/activate pip install --upgrade pip pip install bluish - blu publish + blu ci:test-all