feluelle commented on a change in pull request #10784:
URL: https://github.com/apache/airflow/pull/10784#discussion_r485144932
##########
File path: .github/workflows/ci.yml
##########
@@ -35,7 +35,7 @@ env:
SKIP_CHECK_REMOTE_IMAGE: "true"
DB_RESET: "true"
VERBOSE: "true"
- UPGRADE_TO_LATEST_CONSTRAINTS: ${{ github.event_name == 'push' ||
github.event_name == 'scheduled' }}
+ UPGRADE_TO_LATEST_CONSTRAINTS: ${{ githubgithub.event_name == 'push' ||
github.event_name == 'scheduled' }}
Review comment:
```suggestion
UPGRADE_TO_LATEST_CONSTRAINTS: ${{ github.event_name == 'push' ||
github.event_name == 'scheduled' }}
```
##########
File path: .github/workflows/build-images-workflow-run.yml
##########
@@ -141,6 +142,15 @@ jobs:
else
echo "::set-output name=docker-cache::pulled"
fi
+ - name: "Set upgrade to latest constaints"
Review comment:
```suggestion
- name: "Set upgrade to latest constraints"
```
----------------------------------------------------------------
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]