From 0e60f4643bfd707a042f4c86b01226730e547368 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 30 Oct 2022 22:44:13 -0500 Subject: [PATCH] feat(gh-actions-controller): added --- .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 73f48cc9..597025e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: jobs: pre-commit-ci: name: Pre-Commit - runs-on: self-hosted + runs-on: [self-hosted, linux, x64] steps: - name: Check out the codebase