diff --git a/.github/workflows/consumer_test.yml b/.github/workflows/consumer_test.yml index bb7ab18a..c190b581 100644 --- a/.github/workflows/consumer_test.yml +++ b/.github/workflows/consumer_test.yml @@ -14,6 +14,10 @@ name: Consumer Tests on: workflow_call: + pull_request_target: + types: [opened, reopened, synchronize] # Allows forks to trigger the docs build + merge_group: + types: [checks_requested] jobs: test: