Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: pr_validation

on:
# Merge queues test a synthetic merge group rather than the pull request ref.
# Required checks must subscribe to this event or queued PRs will never merge.
merge_group:
types:
- checks_requested
push:
branches:
- master
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ name: smoke
# surface via GitHub's built-in Actions notifications.

on:
# Merge queues test a synthetic merge group rather than the pull request ref.
# Required checks must subscribe to this event or queued PRs will never merge.
merge_group:
types:
- checks_requested
workflow_dispatch:
schedule:
# 07:00 UTC daily — catches external-dependency drift during quiet
Expand Down
Loading