From 7aa728c0010aca13b3766f349bbeebafb92610bb Mon Sep 17 00:00:00 2001 From: Charlie Truong Date: Wed, 9 Apr 2025 13:14:43 -0700 Subject: [PATCH] Clarify DCO check in merge_group Signed-off-by: Charlie Truong --- .github/workflows/cicd-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index 0c46a55f16..4041f31bc3 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -188,4 +188,4 @@ jobs: if: github.event_name == 'merge_group' runs-on: ubuntu-latest steps: - - run: echo "The actual DCO check happens on PRs only. This is a placeholder for the merge queue to keep the DCO check as a required status check." + - run: echo "The real DCO check happens on PRs only. This is a placeholder for the merge queue to keep the DCO check as a required status check."