Skip to content

Commit

Permalink
create a pipeline for verify
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Dec 19, 2024
1 parent f533f39 commit 3f48e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ artifact_channels:

pipelines:
- verify:
definition: .expeditor/verify.pipeline.yml
description: Pull Request validation tests
public: true

github:
# This deletes the GitHub PR branch after successfully merged into the release branch
#checkout
delete_branch_on_merge: true
# The tag format to use (e.g. v1.0.0)
version_tag_format: "v{{version}}"
Expand Down

0 comments on commit 3f48e2b

Please sign in to comment.