CI cron: try a different expression syntax

This commit is contained in:
Ștefan Talpalaru 2021-05-20 17:52:28 +02:00
parent eb55fe2419
commit 876a4cd684
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Daily
on:
schedule:
- cron: "45 3 * * *"
- cron: "55 15 * * *"
jobs:
build:
@ -41,7 +41,7 @@ jobs:
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
runs-on: ${{ matrix.builder }}
continue-on-error: ${{ matrix.branch }} == 'devel'
continue-on-error: ${{ matrix.branch == 'devel' }}
steps:
- name: Checkout nimbus-eth2
uses: actions/checkout@v2