diff --git a/.github/workflows/multi-node.yml b/.github/workflows/multi-node.yml index 7f97f8ca49..05dcd5d07a 100644 --- a/.github/workflows/multi-node.yml +++ b/.github/workflows/multi-node.yml @@ -3,6 +3,7 @@ name: Multi node test on: schedule: - cron: '0 2 * * 1,3,5' + workflow_dispatch: concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml index b9a2b1f10d..0ad8f18f80 100644 --- a/.github/workflows/scala3-build.yml +++ b/.github/workflows/scala3-build.yml @@ -3,6 +3,7 @@ name: Build and test Akka with Scala 3 on: schedule: - cron: "0 0 * * *" + workflow_dispatch: concurrency: diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index 3451c99826..eb2cba25ea 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -3,6 +3,7 @@ name: Timing sensitive tests on: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: