Path Filter (Trigger) - CI/CD用語集の定義
path filterは、commitがglobパターンに一致するファイルに触れたときにのみworkflowを実行します。
path filterは、pushまたはpull_requestのトリガーでpathsまたはpaths-ignoreを使い、変更されたファイルが与えられたパターンに一致したときにのみworkflowを実行します。
path filterは、関連するものが何も変わっていないときにjobをスキップすることで、monorepoでの無駄なrunを削減します。paths-ignoreはその逆で、docsのような無関係なパスに対するrunをスキップします。
関連ガイド
Repository Dispatch - CI/CD Glossary DefinitionRepository Dispatch: Repository dispatch is a webhook-style event that an external system sends to the GitHub…
Concurrency Cancel-in-Progress - CI/CD Glossary DefinitionConcurrency Cancel-in-Progress: Cancel-in-progress is a `concurrency` setting that cancels an already-running…