From a5cdeb31de976813e9e35b57acb9ef534f06776b Mon Sep 17 00:00:00 2001 From: bio-boris Date: Wed, 24 Apr 2024 17:02:53 -0500 Subject: [PATCH] Update pre_commit.yaml --- .github/workflows/pre_commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre_commit.yaml b/.github/workflows/pre_commit.yaml index 6e8eebab..df215955 100644 --- a/.github/workflows/pre_commit.yaml +++ b/.github/workflows/pre_commit.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: run-pre-commit: - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 2 steps: @@ -20,4 +20,4 @@ jobs: run: pip install pre-commit - name: Run pre-commit Hooks - run: pre-commit run --all-files \ No newline at end of file + run: pre-commit run --all-files