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: improve pipelines #2423

Merged
merged 2 commits into from
May 7, 2024
Merged

ci: improve pipelines #2423

merged 2 commits into from
May 7, 2024

Commits on May 7, 2024

  1. ci: improve pipeline for documentation

    - Add cache and restore `node_modules` step
    - Add path filtering
    - Add `fetch-depth` and `fetch-tags` for checkout step
    - Rename file from `doc-generator` -> `doc_ci`
    ahnpnl committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cf8d2f6 View commit details
    Browse the repository at this point in the history
  2. ci: improve pipeline for source codes verification

    - Rename CI config file from `ci` -> `source_codes_ci`
    - Add `paths-ignore` to skip CI running when changing to `website`
    - Adjust cache restore key name to use workflow input `os` instead of runner OS
    ahnpnl committed May 7, 2024
    Configuration menu
    Copy the full SHA
    91e5710 View commit details
    Browse the repository at this point in the history