2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/.github/workflows
dependabot[bot] 2d7579c6e2 Bump actions/setup-python from 5 to 6 (#35251)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 11:05:10 +02:00
..
2025-09-05 12:01:57 +02:00
2025-09-04 15:10:23 +02:00
2025-09-04 15:10:23 +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;

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

Some tests workflows are:

  • pr-18
  • pr-18-autolbal
  • test