Skip to content

Commit ee696e4

Browse files
committed
running on self-hosted
1 parent 1c98a36 commit ee696e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
docker-build:
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
- name: Add SHORT_SHA env property with commit short sha
1515
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-6`" >> $GITHUB_ENV
@@ -30,7 +30,7 @@ jobs:
3030
outputs:
3131
short_sha: ${{ env.SHORT_SHA }}
3232
update-helm-chart:
33-
runs-on: ubuntu-latest
33+
runs-on: self-hosted
3434
needs: docker-build
3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)