From c7245a95d48fb749750dc95e45bf3e9ece6613b1 Mon Sep 17 00:00:00 2001 From: Ashwin Vaidya Date: Thu, 27 Jun 2024 14:44:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Use=20gh=20actions=20runners=20f?= =?UTF-8?q?or=20pre-commit=20checks=20(#2160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use gh actions runners for pre-commit checks Signed-off-by: Ashwin Vaidya --- .github/workflows/pre_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_merge.yml b/.github/workflows/pre_merge.yml index e43bac959a..d360f14704 100644 --- a/.github/workflows/pre_merge.yml +++ b/.github/workflows/pre_merge.yml @@ -19,7 +19,7 @@ concurrency: jobs: Code-Quality-Checks: - runs-on: [self-hosted, linux, x64, anomalib] + runs-on: ubuntu-20.04 steps: - name: CHECKOUT REPOSITORY uses: actions/checkout@v4