Skip to content

Commit

Permalink
workflows/docs: enable merge queue/group jobs.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MikeMcQuaid committed Dec 6, 2024
1 parent fd3aa7d commit 8bac441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:

permissions:
contents: read
Expand Down

0 comments on commit 8bac441

Please sign in to comment.