Skip to content

Commit 2019e35

Browse files
committed
[GR-67493] Run javadoc publish job daily.
PullRequest: graal/22543
2 parents f2096e8 + 0c2143a commit 2019e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_includes/publish-javadoc.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060

6161
local all_builds = [
62-
common.post_merge + linux_amd64 + common.labsjdkLatest + javadoc_publisher,
62+
common.daily + linux_amd64 + common.labsjdkLatest + javadoc_publisher,
6363
],
6464
// adds a "defined_in" field to all builds mentioning the location of this current file
6565
builds:: utils.add_defined_in(all_builds, std.thisFile),

0 commit comments

Comments
 (0)