From ed3d2b3e7dac3e7d8128e90492ec2be86fff00c1 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Tue, 13 Feb 2024 16:58:48 -0800 Subject: [PATCH] ci: disable lint on noble Temporarily disable lint ci test on noble until we can determine regression. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fa73c58..e1021fee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: matrix: image: - ubuntu-daily:jammy # match the core snap we're running against - - ubuntu-daily:noble # latest + # - ubuntu-daily:noble # latest steps: - uses: actions/checkout@v4 - name: lint