forked from molecule-ai/molecule-core
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:
commit
5f85c7f567
5
.github/workflows/block-internal-paths.yml
vendored
5
.github/workflows/block-internal-paths.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user