Skip to content

Commit 876a4cd

Browse files
CI cron: try a different expression syntax
1 parent eb55fe2 commit 876a4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Daily
22
on:
33
schedule:
4-
- cron: "45 3 * * *"
4+
- cron: "55 15 * * *"
55

66
jobs:
77
build:
@@ -41,7 +41,7 @@ jobs:
4141

4242
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
4343
runs-on: ${{ matrix.builder }}
44-
continue-on-error: ${{ matrix.branch }} == 'devel'
44+
continue-on-error: ${{ matrix.branch == 'devel' }}
4545
steps:
4646
- name: Checkout nimbus-eth2
4747
uses: actions/checkout@v2

0 commit comments

Comments
 (0)