diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2020-04-07 02:09:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 09:09:08 +0200 |
commit | 93e22426a678c09e983b207542fea44a006b3a69 (patch) | |
tree | b2ffcee3c358dd6f18ff4036dadf7d9e535cbc37 /.github/workflows/linux_build_tests.yaml | |
parent | 34bce8f4a2df5e4308bbc5ccc5ba5807e95a4d45 (diff) | |
download | spack-93e22426a678c09e983b207542fea44a006b3a69.tar.gz spack-93e22426a678c09e983b207542fea44a006b3a69.tar.bz2 spack-93e22426a678c09e983b207542fea44a006b3a69.tar.xz spack-93e22426a678c09e983b207542fea44a006b3a69.zip |
Don't run linux build tests for doc PRs (#15895)
Diffstat (limited to '.github/workflows/linux_build_tests.yaml')
-rw-r--r-- | .github/workflows/linux_build_tests.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |