We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb55fe2 commit 876a4cdCopy full SHA for 876a4cd
.github/workflows/cron.yml
@@ -1,7 +1,7 @@
1
name: Daily
2
on:
3
schedule:
4
- - cron: "45 3 * * *"
+ - cron: "55 15 * * *"
5
6
jobs:
7
build:
@@ -41,7 +41,7 @@ jobs:
41
42
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
43
runs-on: ${{ matrix.builder }}
44
- continue-on-error: ${{ matrix.branch }} == 'devel'
+ continue-on-error: ${{ matrix.branch == 'devel' }}
45
steps:
46
- name: Checkout nimbus-eth2
47
uses: actions/checkout@v2
0 commit comments