From 143a3d37e64f5b6532732f2f4e22999201c21e12 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sun, 15 May 2022 22:49:36 +0200 Subject: [PATCH] Added config to CI --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5714b92..719aa26 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -154,7 +154,7 @@ jobs: strategy: fail-fast: false matrix: - node: [feedc0de, comred, peter, mick, nofeatures, seatbot, gernot] + node: [feedc0de, comred, comred_new, peter, mick, nofeatures, seatbot, gernot] name: ${{ matrix.node }} needs: - checkout @@ -198,7 +198,7 @@ jobs: - name: Unpack ignore folder env: GPG_KEY: ${{ secrets.GPG_KEY }} - if: ${{ matrix.node == 'comred' || matrix.node == 'peter' || matrix.node == 'mick' }} + if: ${{ matrix.node == 'comred' || matrix.node == 'peter' || matrix.node == 'mick' || matrix.node == 'comred_new' }} run: | echo Unpacking ignore folder... cd repository