edithturn opened a new pull request #21161:
URL: https://github.com/apache/airflow/pull/21161


   **Rewrite selective check script in Python**
   
   01. .github/workflows/build-images.yml and .github/workflows/ci.yaml they 
are calling the step: **Selective checks** 
airflow/scripts/ci/selective_ci_checks.sh wich we are writing in python
   
   
         - name: Selective checks
           id: selective-checks
           env:
             PR_LABELS: ${{ 
steps.get-latest-pr-labels.outputs.pullRequestLabels }}
           run: |
             if [[ ${GITHUB_EVENT_NAME} == "pull_request_target" ]]; then
               # Run selective checks
               ./scripts/ci/selective_ci_checks.sh "${TARGET_COMMIT_SHA}"
             else
               # Run all checks
               ./scripts/ci/selective_ci_checks.sh
             fi
   Close: #19971 
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to