From 2656cda4f3081ed195a461749d946611e0d6f0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9rence?= Date: Sun, 18 Dec 2022 11:07:54 +0100 Subject: [PATCH] test: add nrt for create_if_not_exists --- .github/workflows/ci.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f6249b67..650e999d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,4 +26,11 @@ jobs: filePath: README.md comment_tag: nrt_file reactions: eyes, rocket - mode: recreate \ No newline at end of file + mode: recreate + + - name: Do not comment PR if not exists + uses: ./ + with: + message: Should not be printed + comment_tag: nrt_create_if_not_exists + create_if_not_exists: false \ No newline at end of file