From 71ccdd4d4c0009dd71658f07afd02575c349e618 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Wed, 4 May 2022 10:38:35 +0000 Subject: [PATCH] Add the default run-on label --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 999049e..4fb68d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,6 +3,7 @@ on: [push, pull_request] jobs: lint: name: Lint Resource + runs-on: ubuntu-latest #runs-on: self-hosted steps: - name: Checkout