Skip to content

Commit

Permalink
Merge pull request #4379 from camilamacedo86/skip-github-file
Browse files Browse the repository at this point in the history
🐛 fix: ensure that github actions are not overwritten
  • Loading branch information
k8s-ci-robot authored Nov 22, 2024
2 parents c35cd8f + 87f2cb2 commit 56e8901
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func (f *LintCi) SetTemplateDefaults() error {

f.TemplateBody = lintCiTemplate

f.IfExistsAction = machinery.SkipFile

return nil
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func (f *E2eTestCi) SetTemplateDefaults() error {

f.TemplateBody = e2eTestCiTemplate

f.IfExistsAction = machinery.SkipFile

return nil
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func (f *TestCi) SetTemplateDefaults() error {

f.TemplateBody = testCiTemplate

f.IfExistsAction = machinery.SkipFile

return nil
}

Expand Down

0 comments on commit 56e8901

Please sign in to comment.