workflows/docs: enable merge queue/group jobs.

This should allow us to make use of the GitHub merge queue to ensure
that we're not merging outdated code (or breaking `master`) but avoiding
the need to continually merge into/rebase PR branches.

This should be safe to merge as-is as is essentially a no-op without
the merge queue enabled.
This commit is contained in:
Mike McQuaid 2024-12-06 17:35:38 +00:00
parent fd3aa7dc76
commit 8bac4412d5
No known key found for this signature in database

View File

@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:
permissions:
contents: read