Skip to content

Commit

Permalink
tools: skip macOS GitHub Actions test on doc-only changes
Browse files Browse the repository at this point in the history
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.

PR-URL: #38296
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 5ed770e commit ed7c0d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-macos.yml
Expand Up @@ -2,6 +2,8 @@ name: test-macOS

on:
pull_request:
paths-ignore:
- 'doc/**'
push:
branches:
- master
Expand Down

0 comments on commit ed7c0d7

Please sign in to comment.