From f0a3242fc95a2def036246dc8673ba18f70e1353 Mon Sep 17 00:00:00 2001 From: iratusmachina Date: Tue, 27 May 2025 14:19:13 -0400 Subject: [PATCH] Testing with self-hosted actions --- .github/workflows/lint_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index bdcae99..929c86c 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -9,8 +9,8 @@ jobs: lint_and_test: # if: ${{ !github.event.act }} # Skip during local actions testing if: github.repository == 'garrancode/gocustomurls' - # runs-on: [ubuntu-latest, self-hosted] - runs-on: [ubuntu-latest] + runs-on: [self-hosted, linux, x64] + # runs-on: [ubuntu-latest] strategy: matrix: