kaxil commented on a change in pull request #10690:
URL: https://github.com/apache/airflow/pull/10690#discussion_r482902594
##########
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:
Oh wait, the job name is just "Static checks" the step name is "Static
checks except pylint"
##########
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:
So should be ok, no?
----------------------------------------------------------------
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]