From 7fdd1f001079b2b56ee87514b31a578dfe008707 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sun, 9 Apr 2023 09:29:29 +0000 Subject: [PATCH] Don't skip compliance on docs only PRs We should make sure the docs linting happens --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 225192c5d982b..980efe9ed301d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,6 @@ platform: trigger: event: - pull_request - paths: - exclude: - - docs/** volumes: - name: deps