ci: keep linux check off push lane

This commit is contained in:
lucaronin
2026-05-14 04:05:05 +02:00
parent 201aefca05
commit 9d9681345d

View File

@@ -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: