From 5c60644f1aa94d7c3e8c61d96460e187e3bdf283 Mon Sep 17 00:00:00 2001 From: Donald Hutchison Date: Thu, 14 Dec 2023 16:22:01 +0100 Subject: [PATCH] Set org runners for helmfile. (#1005) * Set org runners for helmfile. * Remove incompatible fields. * Use helm runner. --- .github/workflows/helm_deploy_call.yml | 2 +- .github/workflows/helm_deploy_dispatch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}