potiuk commented on a change in pull request #10690:
URL: https://github.com/apache/airflow/pull/10690#discussion_r482037978
##########
File path: .github/workflows/ci.yml
##########
@@ -155,7 +155,7 @@ jobs:
static-checks:
timeout-minutes: 30
- name: "Static checks: no pylint"
+ name: "Static checks: except pylint"
Review comment:
Just one watch out:
https://github.com/apache/airflow/blob/master/.github/workflows/build-images-workflow-run.yml#L102.
I think "Pylint" and "Static checks" is good but we have to update the
cancelling workflow to make sure the new name is matched by the regexp :). No
harm if it's not - but if it matches, then a failure in this step will trigger
cancelling the whole workflow when someone starts another PR.
----------------------------------------------------------------
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]