diff --git a/.github/workflows/benchmark_documentation.yml b/.github/workflows/benchmark_documentation.yml new file mode 100644 index 0000000000..c4da7112f9 --- /dev/null +++ b/.github/workflows/benchmark_documentation.yml @@ -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" diff --git a/.github/workflows/cargo_build_common.yml b/.github/workflows/cargo_build_common.yml new file mode 100644 index 0000000000..6c8f0df78a --- /dev/null +++ b/.github/workflows/cargo_build_common.yml @@ -0,0 +1,17 @@ +name: cargo_build_common + +on: + workflow_call: + +permissions: {} + +# zizmor: ignore[concurrency-limits] caller workflow is responsible for the concurrency + +jobs: + placeholder: + name: cargo_build_common/placeholder + runs-on: ubuntu-latest + + steps: + - run: | + echo "Hello this is a placeholder workflow" diff --git a/.github/workflows/generate_svg_common.yml b/.github/workflows/generate_svg_common.yml new file mode 100644 index 0000000000..dc6f2a60a3 --- /dev/null +++ b/.github/workflows/generate_svg_common.yml @@ -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" diff --git a/.github/workflows/generate_svgs.yml b/.github/workflows/generate_svgs.yml new file mode 100644 index 0000000000..f84362dd58 --- /dev/null +++ b/.github/workflows/generate_svgs.yml @@ -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"