mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 08:15:19 +00:00
aa5e9f6382
* add prototype workflows for internal testnet CD * implement reset-chain-state cd job * implement start-chain cd workflow
12 lines
145 B
YAML
12 lines
145 B
YAML
name: Seed Chain
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
no-op:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: no-op
|
|
run: echo "Hello World"
|