diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-25 22:11:55 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-12-25 22:47:37 +0900 |
commit | 539bef61c409d1051cca24cce1791677ee68fbcf (patch) | |
tree | ab19328640b884f418b03fcf71d97ed03ca87a0c | |
parent | ab4264a21f3e1f6a567d49064bf08e890f13c887 (diff) |
Run spec_guards only when spec files changed [ci skip]
-rw-r--r-- | .github/workflows/spec_guards.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index e14e7818a6..c173512f3f 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -6,11 +6,11 @@ on: - 'spec/**' - '!spec/*.md' pull_request: - paths-ignore: + paths: - 'spec/**' - '!spec/*.md' merge_group: - paths-ignore: + paths: - 'spec/**' - '!spec/*.md' |