chore(ci): add placeholders for documentation benchmarks

This is done to be able to execute CI in further development.
This commit is contained in:
David Testé
2025-11-14 15:47:11 +01:00
committed by David Testé
parent ad818ee117
commit 164fc26025
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: benchmark_documentation.yml
on:
workflow_dispatch:
permissions: {}
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow
jobs:
placeholder:
name: benchmark_documentation/placeholder
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello this is a placeholder workflow"

View File

@@ -0,0 +1,17 @@
name: generate_svg_common.yml
on:
workflow_call:
permissions: {}
# zizmor: ignore[concurrency-limits] caller workflow is responsible for the concurrency
jobs:
placeholder:
name: generate_svg_common/placeholder
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello this is a placeholder workflow"

17
.github/workflows/generate_svgs.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: generate_svgs.yml
on:
workflow_call:
permissions: {}
# zizmor: ignore[concurrency-limits] caller workflow is responsible for the concurrency
jobs:
placeholder:
name: generate_svgs/placeholder
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello this is a placeholder workflow"