mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[CI] (Workflows): run the test and apk lanes on every push to feat/disaggregated
- the MGPipe phases land as a series of pushes and each one needs the full lane; dispatching by hand after every merge is a step that gets forgotten - both entries carry a remove-before-merging-to-dev note: dev's trigger set is what ships
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- Feat/Backend-Direct-GLES
|
- Feat/Backend-Direct-GLES
|
||||||
- Feat/Backend-Direct-Vulkan
|
- Feat/Backend-Direct-Vulkan
|
||||||
|
# TEMPORARY, remove before merging the MGPipe work into dev: the disaggregation
|
||||||
|
# branch runs the full lane on every push so a phase's landing is not gated on
|
||||||
|
# someone remembering to dispatch the workflow by hand.
|
||||||
|
- feat/disaggregated
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- Feat/Backend-Direct-GLES
|
- Feat/Backend-Direct-GLES
|
||||||
- Feat/Backend-Direct-Vulkan
|
- Feat/Backend-Direct-Vulkan
|
||||||
|
# TEMPORARY, remove before merging the MGPipe work into dev: the disaggregation
|
||||||
|
# branch runs the full lane on every push so a phase's landing is not gated on
|
||||||
|
# someone remembering to dispatch the workflow by hand.
|
||||||
|
- feat/disaggregated
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
baseline_sha:
|
baseline_sha:
|
||||||
|
|||||||
Reference in New Issue
Block a user