mirror of
https://github.com/tiennm99/serena.git
synced 2026-08-17 08:25:05 +00:00
Manual trigger on lint workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user