Files
tfhe-rs/.github/workflows/placeholder_workflow.yml
David Testé 9918dacd6a chore(ci): change workflow jobs naming convention
The term "bpr" means Branch Protection Rule. It helps one to
identify any job that must pass before being able to merge to the
base branch.
2025-09-10 15:36:45 +02:00

17 lines
329 B
YAML

# Placeholder workflow file allowing running it without having to merge to main first
name: placeholder_workflow
on:
workflow_dispatch:
permissions: {}
jobs:
placeholder:
name: placeholder_workflow/placeholder
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello this is a Placeholder Workflow"