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'