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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
push:
branches: [main]
merge_group:
# sync-upstream.yml opens the sync PR with GITHUB_TOKEN, which suppresses
# pull_request events. sync-upstream dispatches CI explicitly on the sync
# branch head so required checks appear on the PR.
# The overlay upstream_sync workflow opens/updates the sync PR through a
# token that suppresses pull_request events, then dispatches CI explicitly
# on the repaired sync branch head.
workflow_dispatch:
inputs:
ref:
Expand Down
122 changes: 0 additions & 122 deletions .github/workflows/sync-upstream.yml

This file was deleted.

Loading