mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
chore(ci): the workflow was seen as ill formed by github
- it was sending error messages via email, silence it by having it well formed
This commit is contained in:
12
.github/workflows/placeholder_workflow.yml
vendored
12
.github/workflows/placeholder_workflow.yml
vendored
@@ -1,2 +1,14 @@
|
||||
# Placeholder workflow file allowing running it without having to merge to main first
|
||||
name: Placeholder Workflow
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
placeholder:
|
||||
name: Placeholder
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
echo "Hello this is a Placeholder Workflow"
|
||||
|
||||
Reference in New Issue
Block a user