kaxil commented on a change in pull request #11541:
URL: https://github.com/apache/airflow/pull/11541#discussion_r507189433
##########
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:
Can we change this i.e it is not clear.
For example :
```
# $1 - Merge commit SHA (if it is a PR & if SHA is missing, then all tests
are run)
```
???
----------------------------------------------------------------
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]