From 93e22426a678c09e983b207542fea44a006b3a69 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 7 Apr 2020 02:09:08 -0500 Subject: Don't run linux build tests for doc PRs (#15895) --- .github/workflows/linux_build_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/linux_build_tests.yaml b/.github/workflows/linux_build_tests.yaml index 04119c5c6e..d6f98a1627 100644 --- a/.github/workflows/linux_build_tests.yaml +++ b/.github/workflows/linux_build_tests.yaml @@ -18,6 +18,8 @@ on: - '!var/spack/repos/builtin/packages/py-setuptools/**' - '!var/spack/repos/builtin/packages/openjpeg/**' - '!var/spack/repos/builtin/packages/r-rcpp/**' + # Don't run if we only modified documentation + - 'lib/spack/docs/**' jobs: build: -- cgit v1.2.3-60-g2f50