dolibarr/.github/workflows
2026-08-19 10:06:36 +05:30
..
ci-tag-check-v18.yml.disabled Rename script 2026-08-15 14:23:03 +02:00
gh-travis.yml.disabled Clean ci scripts 2026-06-25 02:52:04 +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
README.md Clean CI file not used 2026-04-20 18:50:14 +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