Files
dolibarr/.github/workflows
Laurent Destailleur b4c374fd48 Fix CI
2025-12-04 21:45:34 +01:00
..
2025-03-19 17:41:31 +01:00
2025-11-06 02:30:59 +01:00
2025-10-14 23:36:37 +02:00
2025-12-04 21:45:34 +01:00
2025-10-03 12:57:54 +02:00
2025-03-19 14:23:19 +01:00
2025-03-19 17:41:31 +01:00
2024-12-08 15:35:03 +01:00

CI Workflows

The 2 main CI workflows are:

  • ci-on-pull_request.yml
  • ci-on-push.yml

This run the actions:

  • pre-commit.yml
  • phan.yml
  • phpstan.yml When all succeed, start:
  • Windows-ci;

See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow

The other worklows are:

  • stale-issues-safe to autoclose old issues.
  • phpstan_baseline to update the phpstan baseline file.
  • cache-clean-pr to clean cache when closing a PR.

Some tests workflows are:

  • pr-18
  • pr-18-autolbal
  • test