Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Internal] Trigger the
validate
workflow in the merge queue (#986)
## Changes PRs in the merge queue are currently unable to be merged (and thus dequeued) because the `validate` workflow is not triggered. This PR fixes the problem by adding the missing triggering event. <img width="790" alt="image" src="https://github.com/user-attachments/assets/925601dc-4208-4b6f-a244-54ec2350b3e4"> See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] `make test` passing - [x] `make fmt` applied - [x] relevant integration tests applied
- Loading branch information