mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-13 10:16:08 +00:00
fix(ci): Daily workflow parent's name (#1182)
* Fix daily workflows' parent's name.
This commit is contained in:
parent
48846d69cb
commit
c6e8fadbda
2
.github/workflows/daily_amd64.yml
vendored
2
.github/workflows/daily_amd64.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test_amd64:
|
test_amd64:
|
||||||
name: Daily amd64
|
name: Daily amd64
|
||||||
uses: ./.github/workflows/base_daily_tests.yml
|
uses: ./.github/workflows/daily_common.yml
|
||||||
with:
|
with:
|
||||||
nim: "[{'branch': 'version-1-6', 'memory_management': 'refc'}, {'branch': 'version-2-0', 'memory_management': 'refc'}]"
|
nim: "[{'branch': 'version-1-6', 'memory_management': 'refc'}, {'branch': 'version-2-0', 'memory_management': 'refc'}]"
|
||||||
cpu: "['amd64']"
|
cpu: "['amd64']"
|
||||||
|
2
.github/workflows/daily_devel.yml
vendored
2
.github/workflows/daily_devel.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test_nim_devel:
|
test_nim_devel:
|
||||||
name: Daily Nim Devel
|
name: Daily Nim Devel
|
||||||
uses: ./.github/workflows/base_daily_tests.yml
|
uses: ./.github/workflows/daily_common.yml
|
||||||
with:
|
with:
|
||||||
nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
|
nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
|
||||||
cpu: "['amd64']"
|
cpu: "['amd64']"
|
||||||
|
2
.github/workflows/daily_i386.yml
vendored
2
.github/workflows/daily_i386.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test_i386:
|
test_i386:
|
||||||
name: Daily i386 (Linux)
|
name: Daily i386 (Linux)
|
||||||
uses: ./.github/workflows/base_daily_tests.yml
|
uses: ./.github/workflows/daily_common.yml
|
||||||
with:
|
with:
|
||||||
nim: "[{'branch': 'version-1-6', 'memory_management': 'refc'}, {'branch': 'version-2-0', 'memory_management': 'refc'}, {'branch': 'devel', 'memory_management': 'orc'}]"
|
nim: "[{'branch': 'version-1-6', 'memory_management': 'refc'}, {'branch': 'version-2-0', 'memory_management': 'refc'}, {'branch': 'devel', 'memory_management': 'orc'}]"
|
||||||
cpu: "['i386']"
|
cpu: "['i386']"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user