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
14 changes: 14 additions & 0 deletions .github/workflows/benchmark-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Benchmark (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/benchmark-performance-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Benchmark Performance (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/cpp-test-coverage-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: C++ Test Coverage (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/create-github-release-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Create GitHub Release (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/integration-mobile-test-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Integration Mobile Test (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/integration-test-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Integration Test (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/on-merge-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: On Merge (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/on-pr-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: On PR Trigger (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/on-pr-close-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: On PR Close (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/prebuilds-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Prebuilds (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
14 changes: 14 additions & 0 deletions .github/workflows/repository-dispatch-bci-whispercpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Repository Dispatch (BCI Whispercpp)

# Stub workflow on main so it can be dispatched from feature branches.
# The real implementation lives on the bci-whispercpp feature branch.

on:
workflow_dispatch:

jobs:
noop:
runs-on: ubuntu-latest
steps:
- name: No-op stub
run: echo "Stub workflow on main; real implementation lives on the bci-whispercpp feature branch."
Loading