From 29006a32850042496e7ae791706ee2cb85e15b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Grasselly?= <56442075+dgrassellyb@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:26:22 +0200 Subject: [PATCH] ignore notes r cmd checks (#2114) --- .github/workflows/common.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 9b932f84fe..dc1fa875a9 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -65,6 +65,8 @@ jobs: check: name: Check uses: pharmaverse/admiralci/.github/workflows/r-cmd-check.yml@main + with: + error-on: warning # TODO: find a way to ignore specific notes if: github.event_name == 'pull_request' docs: name: Documentation