You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: optimize GitHub workflow triggers
- Restrict test runs to Python file changes only
- Skip running tests on tag pushes
- Maintain test execution on all branch pushes
fix: preserve pandoc executable permissions on macOS during extraction
This fixes an issue where pandoc becomes non-executable after installation
because Zipfile.extract() doesn't maintain file permissions.