Skip to content

Commit

Permalink
Set org runners for helmfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Dec 14, 2023
1 parent 0a3f43c commit cacd24e
Show file tree
Hide file tree
Showing 2 changed files with 3 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', '8-cpu']
permissions:
id-token: write
contents: read
Expand Down
3 changes: 2 additions & 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', '8-cpu']
outputs:
change-cause: ${{ steps.set-config.outputs.change-cause }}
cluster: ${{ steps.set-config.outputs.cluster }}
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
fi
helmfile-run:
runs-on: [ 'self-hosted', 'org', '8-cpu' ]
uses: ./.github/workflows/helm_deploy_call.yml
needs: set-config
name: "helmfile ${{ github.event.inputs.action }}"
Expand Down

0 comments on commit cacd24e

Please sign in to comment.