From fe3c849934db002cf0f892346312fc27c60d819a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:49:04 +0200 Subject: [PATCH] Fixed needs in pipeline --- .github/workflows/test-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 0f8db5b..8f2bf9b 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -18,7 +18,6 @@ jobs: #Run unit tests on the test PLCs run-unit-tests: name: 'Run tests and documentation' - needs: check-plcs-online runs-on: [self-hosted, linux, x64, womed-local-linux] steps: - uses: actions/checkout@v3