mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 12:21:21 -05:00
Compare commits
1 Commits
dependabot
...
checkVersi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be5d504b97 |
@@ -497,7 +497,8 @@ def main(ctx):
|
||||
|
||||
is_release_pr = (ctx.build.event == "pull_request" and ctx.build.sender == "openclouders" and "🎉 release" in ctx.build.title.lower())
|
||||
if is_release_pr:
|
||||
return licenseCheck(ctx)
|
||||
return checkVersionPlaceholder() + \
|
||||
licenseCheck(ctx)
|
||||
|
||||
build_release_helpers = \
|
||||
readyReleaseGo()
|
||||
@@ -523,7 +524,6 @@ def main(ctx):
|
||||
testPipelines(ctx)
|
||||
|
||||
build_release_pipelines = \
|
||||
checkVersionPlaceholder() + \
|
||||
dockerReleases(ctx) + \
|
||||
binaryReleases(ctx)
|
||||
|
||||
@@ -1835,7 +1835,7 @@ def checkVersionPlaceholder():
|
||||
},
|
||||
],
|
||||
"when": [
|
||||
event["tag"],
|
||||
event["pull_request"],
|
||||
],
|
||||
}]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user