diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index a8a53269..d0fcb4ef 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -6,6 +6,10 @@ on: - dev - Feat/Backend-Direct-GLES - 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: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d686f67..2fd1d717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,10 @@ on: - dev - Feat/Backend-Direct-GLES - 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: inputs: baseline_sha: