mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
* nox pip-compile: support check mode Support a custom --check flag to fail if pip-compile made any changes so we can check that that lockfiles are in sync with the input (.in) files. * ci: remove push trigger for pip-compile workflows Now that we have the pip-compile-check job, this is redundant. PR checks will fail if lockfiles are out-of-sync, so there's no need to run the complete pip-compile workflow that performs a full update of the dependencies. Complete updates are still performed on a weekly basis.