From e16fb2ea30d7a6371e833bc7aefe9513cb03248a Mon Sep 17 00:00:00 2001 From: Michael Hough Date: Wed, 14 Aug 2024 11:28:20 +0100 Subject: [PATCH] Remove self hosted runner restriction Signed-off-by: Michael Hough --- .github/workflows/go-portieris.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go-portieris.yaml b/.github/workflows/go-portieris.yaml index 0058221b..dee9fbb0 100644 --- a/.github/workflows/go-portieris.yaml +++ b/.github/workflows/go-portieris.yaml @@ -9,7 +9,6 @@ on: jobs: test: name: alltests - runs-on: [self-hosted,go] steps: - name: Check out code into the Go module directory uses: actions/checkout@v2