Skip to content
Closed
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
17 changes: 17 additions & 0 deletions .github/workflows/integration-mobile-test-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Stub workflow — enables branch-based triggering once this file exists on main.
# Full implementation will be added in QVAC-17063.
name: "Integration Mobile Tests (BCI Whispercpp)"

on:
workflow_dispatch:
inputs:
placeholder:
description: "Placeholder — full workflow coming in QVAC-17063"
required: false
type: string

jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- run: echo "Stub workflow — see QVAC-17063 for full implementation"
17 changes: 17 additions & 0 deletions .github/workflows/integration-test-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Stub workflow — enables branch-based triggering once this file exists on main.
# Full implementation will be added in QVAC-17063.
name: "Integration Tests (BCI Whispercpp)"

on:
workflow_dispatch:
inputs:
placeholder:
description: "Placeholder — full workflow coming in QVAC-17063"
required: false
type: string

jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- run: echo "Stub workflow — see QVAC-17063 for full implementation"
17 changes: 17 additions & 0 deletions .github/workflows/prebuilds-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Stub workflow — enables branch-based triggering once this file exists on main.
# Full implementation will be added in QVAC-17063.
name: "Prebuilds (BCI Whispercpp)"

on:
workflow_dispatch:
inputs:
placeholder:
description: "Placeholder — full workflow coming in QVAC-17063"
required: false
type: string

jobs:
placeholder:
runs-on: ubuntu-latest
steps:
- run: echo "Stub workflow — see QVAC-17063 for full implementation"