Skip to content

Commit 4d79e6f

Browse files
committed
Configure skip label for transport version update job
1 parent 2ab71ba commit 4d79e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pull-requests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"retrigger_label_regex": "v[0-9]+\\.[0-9]+\\.[0-9]+",
3434
"cancel_intermediate_builds": true,
3535
"cancel_intermediate_builds_on_comment": false,
36-
"skip_duplicate_builds": true
36+
"skip_duplicate_builds": true,
37+
"skip_ci_label": "skip-transport-version-generation"
3738
},
3839
{
3940
"enabled": true,

0 commit comments

Comments
 (0)