potiuk commented on a change in pull request #10690:
URL: https://github.com/apache/airflow/pull/10690#discussion_r482893707
##########
File path: .github/workflows/build-images-workflow-run.yml
##########
@@ -99,7 +99,7 @@ jobs:
cancelMode: failedJobs
sourceRunId: ${{ github.event.workflow_run.id }}
jobNameRegexps: >
- ["^Static checks.*", "^Build docs$", "^Spell check docs$",
"^Backport packages$",
+ ["^Pylint$", "^Static checks$", "^Build docs$", "^Spell check
docs$", "^Backport packages$",
Review comment:
There is a mistake here. We need to add the whole name of the check if
you removed .* as the regexp matches $ - end of line. It is "Static checks:
except pylint" now.
----------------------------------------------------------------
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]