Skip to content

Commit 111f857

Browse files
authored
Broaden some type signatures
1 parent 11cb129 commit 111f857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utilities/new_versions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ end
303303

304304
function force_ci_trigger(
305305
api::GitLab.GitLabAPI,
306-
ci_cfg::CIService,
306+
ci_cfg::Union{CIService, Nothing},
307307
repo::Union{GitLab.Project, Nothing},
308308
pr_title::AbstractString,
309309
branch_name::AbstractString,
@@ -316,7 +316,7 @@ end
316316

317317
function force_ci_trigger(
318318
api::GitHub.GitHubAPI,
319-
ci_cfg::CIService,
319+
ci_cfg::Union{CIService, Nothing},
320320
repo::Union{GitHub.Repo, Nothing},
321321
pr_title::AbstractString,
322322
branch_name::AbstractString,

0 commit comments

Comments
 (0)