dolibarr/.github/workflows
Frédéric FRANCE efcf6c6b24
fix pre-commit and CI (#32213)
* fix pre-commit

* fix phpstan

* clean code
2024-12-03 20:34:47 +01:00
..
cache-clean-pr.yml Qual: Add actions-lint to pre-commit (#31252) 2024-10-03 19:34:26 +02:00
ci-on-pull_request.yml Do not run windows-ci is phpstan is ko 2024-11-13 13:32:30 +01:00
ci-on-push.yml Do not run windows-ci is phpstan is ko 2024-11-13 13:32:30 +01:00
code_quality_qodana.yml.disabled Clean github actions 2023-08-26 22:41:03 +02:00
doxygen-gh-pages.yml.disabled No mode need for doxygen github action 2023-01-05 15:35:09 +01:00
exakat.yml Qual: Add actions-lint to pre-commit (#31252) 2024-10-03 19:34:26 +02:00
gh-travis.yml Doc github actions 2024-11-13 12:49:30 +01:00
github_ci_php71_pgsql.yml.disabled QUAL Improve spelling in documentation strings/text (#26611) 2023-11-16 15:33:55 +01:00
github_ci_php81_mysql.yml.disabled QUAL Improve spelling in documentation strings/text (#26611) 2023-11-16 15:33:55 +01:00
greetings-pr.yml.disabled Comment 2020-02-20 01:22:40 +01:00
phan.yml Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-13 12:59:45 +01:00
phpcs.yml.disabled Qual: disable PHPCS action (now performed by pre-commit) (#28097) 2024-02-09 18:57:27 +01:00
phpstan_baseline.yml test github token (#31931) 2024-11-16 11:39:55 +01:00
phpstan.yml Update phpstan.neon.dist for branch 20.0 (#31795) 2024-11-13 15:26:29 +01:00
pr-18.yaml fix pre-commit and CI (#32213) 2024-12-03 20:34:47 +01:00
pre-commit.yml Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-13 12:59:45 +01:00
README.md "Qual: Add dependencies between workflows 2024-03-22 09:50:42 +01:00
stale-issues-safe.yml Qual: Fix line endings of yaml files for yamllint. (#27479) 2024-01-13 15:49:17 +01:00
test.yaml Update test.yaml (#32054) 2024-11-22 13:08:56 +01:00
windows-ci.yml Update windows-ci.yml for branch 20 (#31800) 2024-11-13 21:20:27 +01:00

Workflow run order

To reduce run minutes, the following order is put in place:

On PR & Merge, always run:

  • pre-commit;
  • phan.

When both succeed, start:

  • phpstan;
  • Windows-ci;
  • travis.

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