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