| commit | e476f62af37aeb079db444e109ec04ca20706fe0 | [log] [tgz] |
|---|---|---|
| author | Derek Schuff <[email protected]> | Fri Oct 10 18:03:57 2025 |
| committer | Derek Schuff <[email protected]> | Fri Oct 10 18:03:57 2025 |
| tree | 12b29632ea902baaa2f405e567562d7dd9fc27c4 | |
| parent | ce5069c4f454d7687200428fede0871a9444ea57 [diff] |
condition on webhook body
diff --git a/.circleci/config.yml b/.circleci/config.yml index 47fe1a8..2aa3267 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml
@@ -1371,6 +1371,10 @@ warm-cache: when: - equal: [ "custom_webhook", << pipeline.event.name >> ] + and: + - equal: [ "custom_webhook", << pipeline.event.name >> ] + - matches: + pattern: ".*warm-cache.*" + value: << pipeline.trigger_parameters.webhook.body >> jobs: - build-linux