mirror of https://github.com/vacp2p/nim-libp2p.git
fix(ci): Daily workflows report (#1200)
Fix daily workflows' green tick when jobs failed. Based of off: https://stackoverflow.com/a/58859404 Closes: https://github.com/vacp2p/nim-libp2p/issues/1197 --------- Co-authored-by: Diego <diego@status.im>
This commit is contained in:
parent
6c970911f2
commit
a3b8729cbe
|
@ -60,7 +60,6 @@ jobs:
|
||||||
|
|
||||||
name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
|
name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
|
||||||
runs-on: ${{ matrix.platform.builder }}
|
runs-on: ${{ matrix.platform.builder }}
|
||||||
continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue