We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda0338 + e4703c7 commit b25b7cfCopy full SHA for b25b7cf
.github/workflows/ci.yaml
@@ -2,15 +2,7 @@ name: Dotty CI
2
3
on:
4
push:
5
- paths-ignore:
6
- # Do not run everything on changes only in docs
7
- - 'scala3doc/**'
8
- - 'scala3doc-testcases/**'
9
pull_request:
10
11
12
13
14
schedule:
15
- cron: '0 3 * * *' # Every day at 3 AM
16
0 commit comments