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/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ env:

on:
workflow_dispatch:
# Full PR CI is for our implementation layer. Candidate and Tim imports are
# verified after they are folded into fork/integration; including their
# permanent stack PRs here creates duplicate runs on every stack rewrite.
pull_request:
branches:
- fork/changes

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mobile-eas-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Mobile EAS Preview

on:
pull_request:
# Preview builds belong to feature PRs. The permanent fork stack PRs target
# lower provenance layers and must not create a preview run on every rebase.
branches:
- fork/changes
types: [opened, reopened, synchronize, labeled, unlabeled]

jobs:
Expand Down
Loading