Merge pull request #1997 from Molecule-AI/ci/block-paths-merge-group-trigger

ci: add merge_group trigger to block-internal-paths workflow
This commit is contained in:
Hongming Wang 2026-04-24 07:21:46 +00:00 committed by GitHub
commit 5f85c7f567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,11 @@ on:
types: [opened, synchronize, reopened]
push:
branches: [main, staging]
# Required for GitHub merge queue: the queue's pre-merge CI run on
# `gh-readonly-queue/...` refs needs this check to fire so the queue
# gets a real result instead of stalling forever AWAITING_CHECKS.
merge_group:
types: [checks_requested]
jobs:
check: