This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-missing-input-in-special-tests in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1bc7f57d7761fd5b09621163254a47b6bab8be34 Author: Jarek Potiuk <[email protected]> AuthorDate: Tue Mar 26 11:39:53 2024 +0100 Fix missing input in special tests The #38488 missed an input that was not detected in the PR run. This PR fixes it. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa235a6aef..992a49ac43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -457,6 +457,7 @@ jobs: default-python-version: ${{ needs.build-info.outputs.default-python-version }} default-postgres-version: ${{ needs.build-info.outputs.default-postgres-version }} canary-run: ${{ needs.build-info.outputs.canary-run }} + upgrade-to-newer-dependencies: ${{ needs.build-info.outputs.upgrade-to-newer-dependencies }} debug-resources: ${{ needs.build-info.outputs.debug-resources }} if: needs.build-info.outputs.run-tests == 'true'
