fix: Change Mypy workflow trigger to manual dispatch

Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 878643857
This commit is contained in:
George Weale
2026-03-04 13:33:52 -08:00
committed by Copybara-Service
parent 2780ae2892
commit d0825d817e
+1 -4
View File
@@ -1,10 +1,7 @@
name: Mypy Type Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
mypy: