From ed6c730ca04d20cd5990d7d4764d23c2787cdfd0 Mon Sep 17 00:00:00 2001 From: Jackline Mutua Date: Thu, 11 Jan 2024 15:45:37 -0500 Subject: [PATCH] add docs/pipeline-api.md to ignore list This file is a generated file so adding it to the .wokeignore list. --- .wokeignore | 1 + docs/pipeline-api.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.wokeignore b/.wokeignore index e0b99e3b845..b2c19a8fd56 100644 --- a/.wokeignore +++ b/.wokeignore @@ -1,6 +1,7 @@ go.mod go.sum config/dummy.go +docs/pipeline-api.md examples/**/**/*.yaml pkg/apis/pipeline/**/*.go pkg/apis/pipeline/**/openapi_generated.go diff --git a/docs/pipeline-api.md b/docs/pipeline-api.md index de1ab8934a0..99c4b7f8483 100644 --- a/docs/pipeline-api.md +++ b/docs/pipeline-api.md @@ -6023,7 +6023,6 @@ string (Optional)

CEL is a string of Common Language Expression, which can be used to conditionally execute the task based on the result of the expression evaluation - More info about CEL syntax: https://github.com/google/cel-spec/blob/master/doc/langdef.md

@@ -15333,7 +15332,6 @@ string (Optional)

CEL is a string of Common Language Expression, which can be used to conditionally execute the task based on the result of the expression evaluation - More info about CEL syntax: https://github.com/google/cel-spec/blob/master/doc/langdef.md