fix(ops/pipelines): fix trigger step
The slug of the pipeline to trigger is snix. Change-Id: I31941451ffc7680ea316c9adf5c933a562f819bc
This commit is contained in:
parent
3ca022e5c1
commit
a740b08027
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
||||||
env:
|
env:
|
||||||
BUILDKITE_TOKEN_PATH: /run/agenix/buildkite-graphql-token
|
BUILDKITE_TOKEN_PATH: /run/agenix/buildkite-graphql-token
|
||||||
steps:
|
steps:
|
||||||
# Run pipeline for tvix when new commits arrive on canon. Since
|
# Run pipeline for snix when new commits arrive on canon. Since
|
||||||
# it is not part of the depot build tree, this is a useful
|
# it is not part of the depot build tree, this is a useful
|
||||||
# verification to ensure we don't break external things (too much).
|
# verification to ensure we don't break external things (too much).
|
||||||
- trigger: "tvix"
|
- trigger: "snix"
|
||||||
async: true
|
async: true
|
||||||
label: ":fork:"
|
label: ":fork:"
|
||||||
branches: "refs/heads/canon"
|
branches: "refs/heads/canon"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue