mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-10 21:16:30 +00:00
13 lines
236 B
YAML
13 lines
236 B
YAML
name: Daily
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-multi-nim-common:
|
|
uses: ./.github/workflows/daily_common.yml
|
|
with:
|
|
nim-branch: "['version-1-6','version-2-0']"
|
|
cpu: "['amd64']"
|