mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore(ci): add placeholders for documentation benchmarks
This is done to be able to execute CI in further development.
This commit is contained in:
17
.github/workflows/benchmark_documentation.yml
vendored
Normal file
17
.github/workflows/benchmark_documentation.yml
vendored
Normal 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"
|
||||
17
.github/workflows/generate_svg_common.yml
vendored
Normal file
17
.github/workflows/generate_svg_common.yml
vendored
Normal 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
17
.github/workflows/generate_svgs.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user