Run Scala3 build as nightly
* instead of each push to master * still part of pr validation
This commit is contained in:
parent
06594e537b
commit
df6203babb
1 changed files with 2 additions and 4 deletions
6
.github/workflows/scala3-build.yml
vendored
6
.github/workflows/scala3-build.yml
vendored
|
|
@ -2,10 +2,8 @@ name: Build Akka with Scala 3
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
- cron: "0 0 * * *"
|
||||||
- master
|
|
||||||
tags-ignore: [ v.* ]
|
|
||||||
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue