From e4703c7ecd7fcf82bd141bc8cc147205a4e4a2e7 Mon Sep 17 00:00:00 2001 From: Krzysztof Romanowski Date: Mon, 9 Nov 2020 11:48:00 +0100 Subject: [PATCH] Run all CI checks on scala3doc --- .github/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe620e61e89c..6ce606cdbd09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,15 +2,7 @@ name: Dotty CI on: push: - paths-ignore: - # Do not run everything on changes only in docs - - 'scala3doc/**' - - 'scala3doc-testcases/**' pull_request: - paths-ignore: - # Do not run everything on changes only in docs - - 'scala3doc/**' - - 'scala3doc-testcases/**' schedule: - cron: '0 3 * * *' # Every day at 3 AM