File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6060 upwind-client-id :
6161 required : false
6262 type : string
63+ runs-on :
64+ required : false
65+ type : string
66+ default : " ubuntu-24.04"
6367 upwind-organization-id :
6468 required : false
6569 type : string
9195jobs :
9296 gitops :
9397 name : GitOps
94- runs-on : ubuntu-24.04
95-
98+ runs-on : ${{ inputs.runs-on }}
9699 if : github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
97100
98101 env :
Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ jobs:
250250 # optional: files which should be updated for prod
251251 gitops-prod : |-
252252 your files
253+ # optional: defines the github runner for the gitops step
254+ runs-on : ubuntu-latest
253255 # optional: Upwind.io client ID
254256 upwind-client-id : ${{ vars.UPWIND_CLIENT_ID }}
255257 # optional: Upwind.io organization ID
You can’t perform that action at this time.
0 commit comments