Try quoting the branch regex.
Some checks failed
semver Build semver has succeeded
cargo-fmt Build cargo-fmt has succeeded
build-cargo-fmt Build build-cargo-fmt has succeeded
cargo-test Build cargo-test has failed

This commit is contained in:
Tom Alexander 2023-07-12 22:51:38 -04:00
parent 24b308312e
commit 0c9f9975ec
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -59,7 +59,7 @@ spec:
- name: cargo-test - name: cargo-test
agent: tekton-pipeline agent: tekton-pipeline
branches: branches:
- ^.*$ - "^.*$"
context: cargo-test context: cargo-test
max_concurrency: 1 max_concurrency: 1
# Override https-based url from lighthouse events. # Override https-based url from lighthouse events.