From a7ecf9c8eee330862ffc7b9685a7ddfdbd5d83de Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Tue, 21 Mar 2023 18:44:51 -0600 Subject: [PATCH] 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. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index accbe1f5..865c5fee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: lint: runs-on: ubuntu-20.04 strategy: - fail-fast: true + fail-fast: false matrix: image: - ubuntu-daily:jammy # match the core snap we're running against