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: