dolibarr/.github/workflows
Laurent Destailleur c3aaaf3cfb Fix ci file
2026-04-13 16:32:49 +02:00
..
ci-cache-clean-pr.yml Bump actions/checkout from 5 to 6 (#36394) 2025-11-24 14:55:54 +01:00
ci-checkfilesetlock.yml CI 2025-11-26 02:23:18 +01:00
ci-on-pull_request.yml CI 2026-02-09 23:01:01 +01:00
ci-on-push.yml Fix ci file 2026-04-13 16:32:49 +02:00
ci-on-release.yml Fix CI 2025-12-04 21:08:17 +01:00
ci-phpstan_baseline.yml Bump actions/cache from 4 to 5 2025-12-15 05:02:30 +00:00
ci-pr-devcamp.yaml.disabled Fix pr 2025-10-15 12:55:43 +02:00
ci-stale-issues-safe.yml Rename github workflow files 2025-09-04 15:10:23 +02:00
ci-tag-check.yml.disabled Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2025-09-12 03:08:32 +02:00
gh-travis.yml.disabled Disable not used github workflow 2025-10-03 12:57:54 +02:00
github_ci_php71_pgsql.yml.disabled
github_ci_php81_mysql.yml.disabled
phan.yml Try to force phan version 2026-01-19 20:46:11 +01:00
phpstan.yml Fix id ci 2026-01-19 17:18:57 +01:00
pre-commit.yml Fix CI 2026-01-19 16:05:31 +01:00
README.md Rename github workflow files 2025-09-04 15:10:23 +02:00
windows-ci.yml Merge pull request #36653 from Dolibarr/dependabot/github_actions/actions/upload-artifact-6 2025-12-15 13:52:32 +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:

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

Some tests workflows are:

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