From 5af629a10b9acddaa3e78464cfb29a34b43e224d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 2 Jun 2022 12:07:12 +0300 Subject: [PATCH] docs: disable running tests for docs --- .github/workflows/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e0a2f5e7b1..e77d96bd4e 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,5 +1,9 @@ name: Medusa Pipeline -on: [pull_request] +on: + pull_request: + paths-ignore: + - 'docs/**' + - 'www/**' jobs: unit-tests: