From 9d9681345df6a9e9cf3c07af62f8085c3106f3f1 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Thu, 14 May 2026 04:05:05 +0200 Subject: [PATCH] ci: keep linux check off push lane --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50730c11..ef5a9e8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,11 @@ jobs: linux-build: name: Linux build verification + # Keep the normal push CI lane under the 10-minute target. The release + # workflows already perform the full Linux/AppImage build after main + # pushes, so this slower compatibility check stays available for PRs and + # manual diagnostics without blocking every direct push. + if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-22.04 steps: