Testing with self-hosted actions

This commit is contained in:
iratusmachina 2025-05-27 14:19:13 -04:00
parent 1d5af125a0
commit 6f55f10648
1 changed files with 2 additions and 2 deletions

View File

@ -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: