potiuk commented on a change in pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#discussion_r507191360
##########
File path: scripts/ci/selective_ci_checks.sh
##########
@@ -18,12 +18,17 @@
# shellcheck source=scripts/ci/libraries/_script_init.sh
. ./scripts/ci/libraries/_script_init.sh
+# Parameters:
+# $1 - Merge commit SHA (if pull request - if missing, then all tests are run)
Review comment:
Updated the description to be clearer. Simply in 'push' and 'schedule'
workflow runs we should run all the tests and in this case we call the scripts
without SHA (because there is no Merge SHA in this case and we want to run all
tests anyway).
----------------------------------------------------------------
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]