Try quoting the branch regex.
This commit is contained in:
parent
24b308312e
commit
0c9f9975ec
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user