This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-dependency-generate-build-prod in repository https://gitbox.apache.org/repos/asf/airflow.git
commit aebbb4194b3b3c1c1d94c9b123ff09a61bb6d5f1 Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Oct 18 22:17:34 2023 +0200 ADd missing dependencu generate-constraints => build prod image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92489517f4..4ca12c516d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -392,7 +392,7 @@ jobs: ${{needs.build-info.outputs.build-job-description}} PROD images ${{needs.build-info.outputs.all-python-versions-list-as-string}} runs-on: "${{needs.build-info.outputs.runs-on}}" - needs: [build-info, build-ci-images] + needs: [build-info, build-ci-images, generate-constraints] env: DEFAULT_BRANCH: ${{ needs.build-info.outputs.default-branch }} DEFAULT_CONSTRAINTS_BRANCH: ${{ needs.build-info.outputs.default-constraints-branch }}
