From a2abd42ac31f0b398ad77f0ff0ace8f1633ada05 Mon Sep 17 00:00:00 2001 From: Alex Lubbock Date: Wed, 7 Aug 2024 21:29:19 +0100 Subject: [PATCH] chore(ci): disable non-dev ci Non-dev ci takes 3 hours to run. Disable it for now. --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 84494801..8fbbafd2 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dev: ['--dev',''] + dev: ['--dev'] # Running non-dev takes hours env: DEVFLAG: ${{ matrix.dev }} steps: