workflow: run both linters always

If the linter is broken in the distro in the devel series but not the
LTS, such as right now, it's interesting to allow the LTS linter to
finish.
This commit is contained in:
Dan Bungert 2023-03-21 18:44:51 -06:00
parent bb625037b3
commit a7ecf9c8ee
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
lint: lint:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: true fail-fast: false
matrix: matrix:
image: image:
- ubuntu-daily:jammy # match the core snap we're running against - ubuntu-daily:jammy # match the core snap we're running against