From ca32098414c706f8b3990651801d90128a5f0ab9 Mon Sep 17 00:00:00 2001 From: Vitali Date: Thu, 31 Oct 2024 14:25:45 +0200 Subject: [PATCH] Update cla.yml --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e215af2..9628a00 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -7,7 +7,7 @@ on: jobs: CLAssistant: - runs-on: ubuntu-latest + runs-on: ["self-hosted", "k8s-prod"] steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'