Skip to content

Commit b25b7cf

Browse files
authored
Merge pull request #10241 from romanowski/scala3doc/run-all-tests
Run all CI checks on scala3doc
2 parents cda0338 + e4703c7 commit b25b7cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ name: Dotty CI
22

33
on:
44
push:
5-
paths-ignore:
6-
# Do not run everything on changes only in docs
7-
- 'scala3doc/**'
8-
- 'scala3doc-testcases/**'
95
pull_request:
10-
paths-ignore:
11-
# Do not run everything on changes only in docs
12-
- 'scala3doc/**'
13-
- 'scala3doc-testcases/**'
146
schedule:
157
- cron: '0 3 * * *' # Every day at 3 AM
168

0 commit comments

Comments
 (0)