ashb commented on a change in pull request #14732:
URL: https://github.com/apache/airflow/pull/14732#discussion_r592707651
##########
File path: .github/workflows/ci.yml
##########
@@ -208,11 +207,12 @@ jobs:
- name: Selective checks
id: selective-checks
env:
- EVENT_NAME: ${{ github.event_name }}
TARGET_COMMIT_SHA: ${{ github.sha }}
PR_LABELS: "${{ steps.source-run-info.outputs.pullRequestLabels }}"
run: |
- if [[ ${EVENT_NAME} == "pull_request" ]]; then
+ set -x
+ echo "${TARGET_COMMIT_SHA} ${GITHUB_SHA}"
Review comment:
Just testing, I think this isn't needed either.
----------------------------------------------------------------
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]