Skip to content

Commit b755284

Browse files
Update .github/workflows/template_gitops.yml
Co-authored-by: Vinnie <53345119+askvinni@users.noreply.github.com>
1 parent 988544d commit b755284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template_gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ on:
9494
jobs:
9595
gitops:
9696
name: GitOps
97-
runs-on: ${{ inputs.runs-on || 'ubuntu-24.04' }}
97+
runs-on: ${{ inputs.runs-on }}
9898
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
9999

100100
env:

0 commit comments

Comments
 (0)