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."