mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
19 lines
424 B
YAML
19 lines
424 B
YAML
# Placeholder workflow file allowing running it without having to merge to main first
|
|
name: placeholder_workflow
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow
|
|
|
|
jobs:
|
|
placeholder:
|
|
name: placeholder_workflow/placeholder
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- run: |
|
|
echo "Hello this is a Placeholder Workflow"
|