From eb1dde67385e477c74a8bcf6656e1fc0ba48b2c1 Mon Sep 17 00:00:00 2001 From: Agustin Rios <48336498+agustin-rios@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:02:13 -0300 Subject: [PATCH] Update GitHub Action workflow on all branches --- .github/workflows/commit_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_review.yml b/.github/workflows/commit_review.yml index fced1f2..83484ac 100644 --- a/.github/workflows/commit_review.yml +++ b/.github/workflows/commit_review.yml @@ -5,7 +5,7 @@ on: jobs: review: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v4 with: