From 947b2dc48e6e2e0ef7ed3aa46282501759c9ca9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 6 Oct 2025 10:56:17 +0200 Subject: [PATCH] fix(ci): Rename to lava-test.yml in linux workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test.yml was renamed to lava-test.yml but the linux deb workflow was missed. Signed-off-by: Loïc Minier --- .github/workflows/linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7201d71a..d4990e87 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -9,10 +9,10 @@ on: # implicitely set all other permissions to none permissions: - checks: write # test.yml - contents: read # actions/checkout debos.yml test.yml - packages: read # test.yml - pull-requests: write # test.yml + checks: write # lava-test.yml + contents: read # actions/checkout debos.yml lava-test.yml + packages: read # lava-test.yml + pull-requests: write # lava-test.yml env: # where results will be posted/hosted @@ -103,7 +103,7 @@ jobs: kernelpackage: linux-image-6.17.0 test-mainline-linux: - uses: ./.github/workflows/test.yml + uses: ./.github/workflows/lava-test.yml needs: debos-mainline-linux secrets: inherit with: