mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-13 05:16:50 +00:00
* Standardise names * Update actions versions * Update parameter handling * Split jobs into steps --------- Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>
15 lines
283 B
YAML
15 lines
283 B
YAML
name: Daily Nim Devel
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test_nim_devel:
|
|
name: Daily Nim Devel
|
|
uses: ./.github/workflows/base_daily_tests.yml
|
|
with:
|
|
nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
|
|
cpu: "['amd64']"
|