Skip to content

Commit e9f6c4f

Browse files
authored
Merge pull request #225 from AlexandreGMonk/automate_webapp_deploy
Fix runners for webapp deploy
2 parents 75295ee + 669820e commit e9f6c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/webapp-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
check_env:
16-
runs-on: self-hosted #ubuntu-latest
16+
runs-on: ubuntu-latest
1717
container: alpine:latest
1818
steps:
1919
- id: ref_check
@@ -32,7 +32,7 @@ jobs:
3232
needs: [check_env]
3333
container:
3434
image: node:14-slim
35-
runs-on: self-hosted #ubuntu-latest
35+
runs-on: ubuntu-latest
3636
environment: ${{ needs.check_env.outputs.env_name }}
3737
steps:
3838
- name: Setup repo
@@ -70,7 +70,7 @@ jobs:
7070
container:
7171
image: dtzar/helm-kubectl:3.6.3
7272
environment: ${{ needs.check_env.outputs.env_name }}
73-
runs-on: self-hosted #ubuntu-latest
73+
runs-on: ubuntu-latest
7474
needs:
7575
- check_env
7676
- build

0 commit comments

Comments
 (0)