Skip to content

Commit

Permalink
fix(ci): Daily workflows report (#1200)
Browse files Browse the repository at this point in the history
Fix daily workflows' green tick when jobs failed.

Based of off: https://stackoverflow.com/a/58859404

Closes:  #1197

---------

Co-authored-by: Diego <[email protected]>
  • Loading branch information
AlejandroCabeza and diegomrsantos authored Oct 10, 2024
1 parent 6c97091 commit a3b8729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/daily_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:

name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
runs-on: ${{ matrix.platform.builder }}
continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a3b8729

Please sign in to comment.