From 23e94b213fc9dd1a4e72e90875b8faeca6bbc1dc Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 25 Jan 2022 11:37:39 +0100 Subject: [PATCH] Added seatbot config --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 03f6f4d..3deaf38 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -153,7 +153,7 @@ jobs: strategy: fail-fast: false matrix: - node: [feedc0de, comred, peter, mick, nofeatures] + node: [feedc0de, comred, peter, mick, nofeatures, seatbot] name: ${{ matrix.node }} needs: - checkout