From a740b0802780cf2d82fb2f637e0619ebfd4a99b2 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 17 Mar 2025 20:55:15 +0000 Subject: [PATCH] fix(ops/pipelines): fix trigger step The slug of the pipeline to trigger is snix. Change-Id: I31941451ffc7680ea316c9adf5c933a562f819bc --- ops/pipelines/static-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 49f3cdeeb..fc3037f71 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -7,10 +7,10 @@ env: BUILDKITE_TOKEN_PATH: /run/agenix/buildkite-graphql-token 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 # verification to ensure we don't break external things (too much). - - trigger: "tvix" + - trigger: "snix" async: true label: ":fork:" branches: "refs/heads/canon"