Skip to content

Commit 4ae9fd5

Browse files
authored
build: Less frequent nightly builds (#32832)
1 parent c7b6c90 commit 4ae9fd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Nightly Builds
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 */2 * *"
66
workflow_dispatch:
77

88
permissions:

akka-docs/release-train-issue-template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Key links:
1919
- [ ] Check that open PRs and issues assigned to the milestone are reasonable
2020
- [ ] If PRs related to clustering were merged after the previous multi-node test run, trigger the [multi-node tests](https://github.com/akka/akka-core/actions/workflows/multi-node.yml) and see that they are green.
2121
- [ ] If PRs were merged after EU midnight, trigger the [native-image tests](https://github.com/akka/akka-core/actions/workflows/native-image-tests.yml) and see that they are green.
22+
- [ ] If PRs were merged after the last nightly, trigger nightlies [nightly-builds](https://github.com/akka/akka-core/actions/workflows/nightly-builds.yml) and see that they are green.
2223
- [ ] Update the version and change date in the LICENSE file.
2324
- [ ] Update the Akka version in the samples to $VERSION$, otherwise the published zip files of the samples will have the old version.
2425
- [ ] Create a new milestone for the [next version](https://github.com/akka/akka-core/milestones)

0 commit comments

Comments
 (0)