14 lines
253 B
YAML
14 lines
253 B
YAML
name: Community Deploy
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: TODO
|
|
run: |
|
|
echo "Move Community deploy workflow here after crank-community repository is created."
|
|
exit 1
|