Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflow: run tests as part of the merge group
This commit adds the missing `merge_group` to the pytest and go test workflows. Note that I added `types: [ "checks_requested" ]` (just like we have for the container.yaml) but I'm not actually sure about it, the GH docs are a bit unclear to me here, it seems they suggest to keep this generic but then the example explicitly uses `type` (I'm probably overthinking this fwiw). [1] https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#merge_group
- Loading branch information