Skip to content
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

Merged
merged 4 commits into from
Jun 2, 2024

Commits on Jun 1, 2024

  1. ci: add schedule&workflow_dispatch triggers

    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.
    knocte authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    697d17c View commit details
    Browse the repository at this point in the history
  2. ci(prettier): rather use --check instead of -l

    Not sure why -l flag sometimes make command fail when
    it shouldn't.
    knocte committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1e90739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecd064 View commit details
    Browse the repository at this point in the history
  4. ci: fix YML format (prettier)

    knocte committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    e41feb3 View commit details
    Browse the repository at this point in the history