Skip to content

Commit 0548f7f

Browse files
committed
CI: Only run api report validation where it makes sense
1 parent 804c11b commit 0548f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: sbt "++${{ matrix.scalaversion }}" scalafmtCheck
4242

4343
- name: Validate api report
44+
if: matrix.scalajsversion == '1.x' && matrix.scalaversion != '2.11.12'
4445
run: ./api-reports/validate "${{ matrix.scalaversion }}"
4546

4647
readme:

0 commit comments

Comments
 (0)