-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add schedule&workflow_dispatch triggers #4087
Conversation
The schedule trigger will run CI everyday to make sure we catch any breakage caused by external reasons. The workflow_dispatch one is so that the repo owner can launch CI jobs manually.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Any help about fixing CI? I've installed same version of prettier in my computer and running |
Not sure why -l flag sometimes make command fail when it shouldn't.
Nevermind, fixed. |
Thanks! |
The schedule trigger will run CI everyday to make
sure we catch any breakage caused by external
reasons. The workflow_dispatch one is so that the
repo owner can launch CI jobs manually.