We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb129 commit 111f857Copy full SHA for 111f857
src/utilities/new_versions.jl
@@ -303,7 +303,7 @@ end
303
304
function force_ci_trigger(
305
api::GitLab.GitLabAPI,
306
- ci_cfg::CIService,
+ ci_cfg::Union{CIService, Nothing},
307
repo::Union{GitLab.Project, Nothing},
308
pr_title::AbstractString,
309
branch_name::AbstractString,
@@ -316,7 +316,7 @@ end
316
317
318
api::GitHub.GitHubAPI,
319
320
repo::Union{GitHub.Repo, Nothing},
321
322
0 commit comments