From c6bddc61fb9099af8bc89a667e5eb79f5dce3eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:36:13 +0200 Subject: [PATCH] Update test-pipeline.yml --- .github/workflows/test-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index cd39d23..8c72752 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -20,7 +20,7 @@ jobs: #Run unit tests on the test PLCs run-unit-tests: name: 'Run tests and documentation' - runs-on: [self-hosted, linux] + runs-on: self-hosted steps: - uses: actions/checkout@v3