dolibarr/.github/workflows
Laurent Destailleur da5af6dc16 Enhance CI
2026-06-04 22:52:03 +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 Enhance CI 2026-06-04 22:52:03 +02:00
ci-on-pull_request.yml Try to clean github actions 2026-04-13 16:39:06 +02:00
ci-on-push.yml Try to clean github actions 2026-04-13 16:39:06 +02:00
ci-on-release.yml Bump actions/create-github-app-token from 2 to 3 (#37513) 2026-03-16 10:21:26 +01:00
ci-phpstan_baseline.yml Qual: Set cs2pr version to downloadable release (#37929) 2026-04-18 23:29:40 +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 Update files after moving build into dev/ 2025-01-05 14:46:26 +01:00
github_ci_php81_mysql.yml.disabled Update files after moving build into dev/ 2025-01-05 14:46:26 +01:00
moderation.yml Bump actions/github-script from 7 to 9 (#38319) 2026-05-21 22:01:06 +02:00
phan.yml Qual: Upgrade php version to run phan, add ast (#38143) 2026-05-10 03:22:08 +02:00
phpstan.yml Qual: Set cs2pr version to downloadable release (#37929) 2026-04-18 23:29:40 +02:00
pr-18.yml Bump actions/create-github-app-token from 2 to 3 (#37513) 2026-03-16 10:21:26 +01:00
pre-commit.yml Test 2026-03-29 22:38:35 +02:00
README.md Clean CI file not used 2026-04-20 18:50:14 +02:00
windows-ci.yml FIX: Add Ghostscript installation and caching for Windows CI (#38325) 2026-05-18 19:44:48 +02: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.yml

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
  • ci-checkfiltesetlock to check we do not modify a file that is locked by a signature in dev/lockedfiles.txt

Some tests workflows are:

  • pr-18
  • test