From 6f55f10648aeac6decbfd38473abd38d1e97a830 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..1d4abb2 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: [ubuntu-latest, self-hosted] + # runs-on: [ubuntu-latest] strategy: matrix: