From f39ff538bcd2b3dc05c180bd92f0e15dfbe318e2 Mon Sep 17 00:00:00 2001 From: hectorcast-db Date: Wed, 17 Jul 2024 09:32:16 +0200 Subject: [PATCH] [Internal] Add comment to validate workflow (#987) ## Changes Add comment to validate workflow --- .github/workflows/message.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/message.yml b/.github/workflows/message.yml index 2d07b6d8..108db232 100644 --- a/.github/workflows/message.yml +++ b/.github/workflows/message.yml @@ -9,6 +9,9 @@ on: jobs: validate: runs-on: ubuntu-latest + # GitHub required checks are shared between PRs and the Merge Queue. + # Since there is no PR title on Merge Queue, we need to trigger and + # skip this test for Merge Queue to succeed. if: github.event_name == 'pull_request' steps: - name: Checkout