From df6203babbdd2e11d05f54c3c61ddbdea0716a46 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Wed, 1 Sep 2021 08:26:39 +0200 Subject: [PATCH] Run Scala3 build as nightly * instead of each push to master * still part of pr validation --- .github/workflows/scala3-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scala3-build.yml b/.github/workflows/scala3-build.yml index c45e8bb59d..8707d45ebe 100644 --- a/.github/workflows/scala3-build.yml +++ b/.github/workflows/scala3-build.yml @@ -2,10 +2,8 @@ name: Build Akka with Scala 3 on: pull_request: - push: - branches: - - master - tags-ignore: [ v.* ] + schedule: + - cron: "0 0 * * *" concurrency: