From 0c9f9975ec84ac225d5569bb03ef718377669989 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Wed, 12 Jul 2023 22:51:38 -0400 Subject: [PATCH] Try quoting the branch regex. --- .lighthouse/triggers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index 9393651a..fbc42169 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -59,7 +59,7 @@ spec: - name: cargo-test agent: tekton-pipeline branches: - - ^.*$ + - "^.*$" context: cargo-test max_concurrency: 1 # Override https-based url from lighthouse events.