mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
ci: subscribe to edited PR events so workflows re-fire after Graphite restacks (#429)
## What Brief description of the change. ## Why Why is this change needed? ## How How was this implemented? Any notable design decisions? ## Test plan How was this tested? - [ ] Unit tests added/updated - [ ] Manual testing performed - [ ] Documentation updated (if applicable)
This commit is contained in:
@@ -2,6 +2,12 @@ name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# `edited` is required so the workflow re-fires when a PR's base ref is
|
||||
# set back to `main` after a Graphite stack restack momentarily flips
|
||||
# the base off of `main`. Without it, `pull_request` triggers are not
|
||||
# re-evaluated on `base_ref_changed`, leaving required checks skipped
|
||||
# for that head SHA forever.
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
@@ -8,6 +8,12 @@ name: Windows render verification
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# `edited` is required so the workflow re-fires when a PR's base ref is
|
||||
# set back to `main` after a Graphite stack restack momentarily flips
|
||||
# the base off of `main`. Without it, `pull_request` triggers are not
|
||||
# re-evaluated on `base_ref_changed`, leaving required checks skipped
|
||||
# for that head SHA forever.
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
Reference in New Issue
Block a user