From 4ab2380ebad2646c0a5fff6c54db4d0d2beb5fcc Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 19 Apr 2021 04:51:35 -0700 Subject: [PATCH] tools: skip macOS GitHub Actions test on doc-only changes We skip macOS GitHub Actions pushes on doc-only changes but the intention was no doubt to skip them on pull requests too. We still run the tests on Linux, so addons tests will still run when addons docs change. --- .github/workflows/test-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 65bad59592a452..5f516608c267e4 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -2,6 +2,8 @@ name: test-macOS on: pull_request: + paths-ignore: + - 'doc/**' push: branches: - master