diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index d8a5d2c2..765c114e 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -7,7 +7,6 @@ spec: branches: - ^main$ - ^master$ - context: organic max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -33,7 +32,6 @@ spec: branches: - ^main$ - ^master$ - context: cargo-fmt max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -58,6 +56,8 @@ spec: value: "master" - name: organic-test agent: tekton-pipeline + branches: + - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" context: organic-test max_concurrency: 1 # Override https-based url from lighthouse events. @@ -90,7 +90,6 @@ spec: agent: tekton-pipeline branches: - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" - context: build-docker max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -124,7 +123,6 @@ spec: agent: tekton-pipeline branches: - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" - context: build-docker max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git"