diff --git a/.github/workflows/helm_deploy_call.yml b/.github/workflows/helm_deploy_call.yml index 81117805f0b1..26db5361caf0 100644 --- a/.github/workflows/helm_deploy_call.yml +++ b/.github/workflows/helm_deploy_call.yml @@ -42,7 +42,7 @@ env: jobs: helmfile: name: Auth, Setup + Run helmfile ${{ inputs.action }} - runs-on: ubuntu-latest + runs-on: ['self-hosted', 'org', 'helm'] permissions: id-token: write contents: read diff --git a/.github/workflows/helm_deploy_dispatch.yml b/.github/workflows/helm_deploy_dispatch.yml index f9ea92d1e8c7..a736868106ca 100644 --- a/.github/workflows/helm_deploy_dispatch.yml +++ b/.github/workflows/helm_deploy_dispatch.yml @@ -37,7 +37,7 @@ on: jobs: set-config: - runs-on: ubuntu-latest + runs-on: ['self-hosted', 'org', 'helm'] outputs: change-cause: ${{ steps.set-config.outputs.change-cause }} cluster: ${{ steps.set-config.outputs.cluster }}