From 81b8d7a66bc58ebd06c3984bdceac4176aa97638 Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:59:10 +0100 Subject: [PATCH] Don't run CI builds on docs-only change (#14486) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5a67041..3b06f0dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: branches: - dev - master + paths-ignore: + - 'docs/**' # only run the latest commit to avoid cache overwrites concurrency: