dolibarr/.github/workflows
2025-02-19 13:48:53 +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 Update files after moving build into dev/ 2025-01-05 14:46:26 +01:00
exakat.yml Update files after moving build into dev/ 2025-01-05 14:46:26 +01:00
gh-travis.yml Doc github actions 2024-11-13 12:49:30 +01: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
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 use phpstan latest version 2025-02-19 13:48:53 +01:00
phpstan.yml use phpstan latest version 2025-02-19 13:45:14 +01:00
pr-18-autolabel.yaml Missing new line 2024-12-24 02:00:37 +01:00
pr-18.yaml Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-05 18:43:15 +01:00
pre-commit.yml Bump mdeweerd/logToCheckStyle from 2024.3.5 to 2025.1.1 2025-02-03 05:55:39 +00:00
README.md "Qual: Add dependencies between workflows 2024-03-22 09:50:42 +01:00
stale-issues-safe.yml Test 2024-12-08 15:35:03 +01:00
test.yaml Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-01-05 18:43:15 +01:00
windows-ci.yml Bump mdeweerd/logToCheckStyle from 2024.3.5 to 2025.1.1 2025-02-03 05:55:39 +00: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