mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
* Qual: Adjust cache configuration for windows-ci # Qual: Adjust cache configuration for windows-ci actions/cache@v4 is flawed on windows, try suggestions from issue discussion to fix it. https://github.com/actions/cache/issues/1361 . * Make cache key depend on install path directory
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.