mik-laj opened a new issue #13706: URL: https://github.com/apache/airflow/issues/13706
Hello, In my [last PR](https://github.com/apache/airflow/pull/13696/files), which made changes to documentation only, I saw that CI was running a few jobs that are unnecessary. See: https://github.com/apache/airflow/actions/runs/488961399 The following files has been changed: ``` docs/apache-airflow/howto/index.rst docs/apache-airflow/howto/initialize-database.rst docs/apache-airflow/howto/set-up-database.rst docs/apache-airflow/installation.rst docs/apache-airflow/redirects.txt ``` The following jobs were launched: ``` Build info Wait for CI images Verify CI Image Py3.6 Static checks Pylint Build docs Backport packages: wheel Backport packages: sdist Provider packages wheel Provider packages sdist Test Provider packages with 2.0.0 version wheel Test Provider packages with 2.0.0 version sdist Wait for PROD images Verify Prod Image Py3.6 Selective build check Status of image build CI: 3.6 Status of image build PROD: 3.6 ``` I guess we don't need to build a PROD image for similar changes and all we have to do is run a much smaller set of jobs. ``` Build info Wait for CI images Verify CI Image Py3.6 Static checks: basic checks only (instead of Static checks) Build docs Selective build check Status of image build CI: 3.6 ``` Best regards, Kamil BreguĊa ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
