From 0cb638faf1c06a4f5c75db59582ca324e1b6aed0 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 14:39:50 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1293956d..9c16867b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: needs: [lint] test-ipv6: uses: ./.github/workflows/test-ipv6.yml - needs: [lint,test-default] + needs: [lint, test-default] test-single-node: uses: ./.github/workflows/test-single-node.yml - needs: [lint,test-default,test-ipv6] + needs: [lint, test-default, test-ipv6]