Skip to content

Commit

Permalink
build: allow building nightly archives via cron jobs (ethereum#26938)
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and mmsqe committed Dec 7, 2023
1 parent fd6ac2b commit 2dcff2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,6 @@ func maybeSkipArchive(env build.Environment) {
log.Printf("skipping archive creation because this is a PR build")
os.Exit(0)
}
if env.IsCronJob {
log.Printf("skipping archive creation because this is a cron job")
os.Exit(0)
}
if env.Branch != "master" && !strings.HasPrefix(env.Tag, "v1.") {
log.Printf("skipping archive creation because branch %q, tag %q is not on the inclusion list", env.Branch, env.Tag)
os.Exit(0)
Expand Down

0 comments on commit 2dcff2f

Please sign in to comment.