Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly Builds

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 */2 * *"
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions akka-docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Key links:
- [ ] Check that open PRs and issues assigned to the milestone are reasonable
- [ ] 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.
- [ ] 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.
- [ ] 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.
- [ ] Update the version and change date in the LICENSE file.
- [ ] Update the Akka version in the samples to $VERSION$, otherwise the published zip files of the samples will have the old version.
- [ ] Create a new milestone for the [next version](https://github.com/akka/akka-core/milestones)
Expand Down
Loading