Skip to content

Commit

Permalink
ci: rename runner-scale-set
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 22, 2024
1 parent b6c0d07 commit 479b8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
runner: [gha-runner-scale-set]
runner: [cluster-runner]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion k8s/github-runners/scale-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
repoURL: ghcr.io/actions/actions-runner-controller-charts
targetRevision: 0.10.1
helm:
releaseName: gha-runner-scale-set
releaseName: cluster-runner
valuesObject:
githubConfigUrl: "https://github.com/ttrssreal/jix"
# FIXME: part of declarative secret management
Expand Down

0 comments on commit 479b8d0

Please sign in to comment.