Skip to content

Commit

Permalink
Set org runners for helmfile. (#1005)
Browse files Browse the repository at this point in the history
* Set org runners for helmfile.

* Remove incompatible fields.

* Use helm runner.
  • Loading branch information
rkachowski authored Dec 14, 2023
1 parent 0a3f43c commit 5c60644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_deploy_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm_deploy_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5c60644

Please sign in to comment.