Skip to content

Commit 8a63079

Browse files
authored
fix(ci): use arc-runner-set label for deploy job (#106)
The ARC runner scale set is registered as arc-runner-set, not self-hosted. Fix runs-on to match so GitHub dispatches the job. Signed-off-by: Tomas Pilar <thomas7pilar@gmail.com>
1 parent 3db7db1 commit 8a63079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: helm push humr-${{ steps.version.outputs.version }}.tgz oci://ghcr.io/kagenti/humr/charts
120120

121121
deploy:
122-
runs-on: self-hosted
122+
runs-on: arc-runner-set
123123
timeout-minutes: 10
124124
needs: helm-package
125125
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)