mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 14:58:46 +00:00
CI cron.yml: test Nim "version-1-6" branch (#2850)
This commit is contained in:
parent
592e4928a1
commit
8f815074a1
4
.github/workflows/cron.yml
vendored
4
.github/workflows/cron.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
cpu: amd64
|
cpu: amd64
|
||||||
- os: windows
|
- os: windows
|
||||||
cpu: i386
|
cpu: i386
|
||||||
branch: [version-1-2, version-1-4, devel]
|
branch: [version-1-2, version-1-4, version-1-6, devel]
|
||||||
include:
|
include:
|
||||||
- target:
|
- target:
|
||||||
os: linux
|
os: linux
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
|
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
|
||||||
runs-on: ${{ matrix.builder }}
|
runs-on: ${{ matrix.builder }}
|
||||||
continue-on-error: ${{ matrix.branch == 'devel' }}
|
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout nimbus-eth2
|
- name: Checkout nimbus-eth2
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user