Ignoring nightly failure for CI badge

Edit: I forgot to copypaste one crucial line:

runs-on: ...
continue-on-error: ${{ matrix.allow_failure }}
stragegy: ...

Same trick as in the GitHub Actions doc, where they use experimental instead:

1 Like