From cb171a47beef6a9c2206f44095a0f795fd56a9f6 Mon Sep 17 00:00:00 2001 From: iLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 3 May 2022 12:24:06 +0200 Subject: [PATCH] Switch to self-hosted runner --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9af4a07..f7e592c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: lint: name: Lint Lua Scripts - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Login to GitHub Container Registry uses: docker/login-action@v1