Manual trigger on lint workflow

This commit is contained in:
Michael Panchenko
2025-03-24 20:10:12 +01:00
parent 8eafc3d09b
commit 7b837becd2
+2 -3
View File
@@ -1,6 +1,7 @@
name: Linting, Types and Docs Check
on: [push, pull_request]
on:
workflow_dispatch: # Manual trigger only - workflow disabled from auto-running
jobs:
check:
@@ -36,8 +37,6 @@ jobs:
run: uv run poe type-check
- name: Docs
run: uv run poe doc-build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with: