Skip to content

Commit 164fc26

Browse files
committed
chore(ci): add placeholders for documentation benchmarks
This is done to be able to execute CI in further development.
1 parent ad818ee commit 164fc26

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: benchmark_documentation.yml
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions: {}
7+
8+
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow
9+
10+
jobs:
11+
placeholder:
12+
name: benchmark_documentation/placeholder
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- run: |
17+
echo "Hello this is a placeholder workflow"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: generate_svg_common.yml
2+
3+
on:
4+
workflow_call:
5+
6+
permissions: {}
7+
8+
# zizmor: ignore[concurrency-limits] caller workflow is responsible for the concurrency
9+
10+
jobs:
11+
placeholder:
12+
name: generate_svg_common/placeholder
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- run: |
17+
echo "Hello this is a placeholder workflow"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: generate_svgs.yml
2+
3+
on:
4+
workflow_call:
5+
6+
permissions: {}
7+
8+
# zizmor: ignore[concurrency-limits] caller workflow is responsible for the concurrency
9+
10+
jobs:
11+
placeholder:
12+
name: generate_svgs/placeholder
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- run: |
17+
echo "Hello this is a placeholder workflow"

0 commit comments

Comments
 (0)