CI cron.yml: test Nim "version-1-6" branch (#2850)

This commit is contained in:
Ștefan Talpalaru 2021-10-19 19:46:49 +02:00 committed by GitHub
parent 592e4928a1
commit 8f815074a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}