diff --git a/.github/workflows/lint-canary.yaml b/.github/workflows/lint-canary.yaml index 4e55eb4..574aa3f 100644 --- a/.github/workflows/lint-canary.yaml +++ b/.github/workflows/lint-canary.yaml @@ -2,10 +2,6 @@ name: Lint Canary on: pull_request: - # Ignore PRs on branches specifically intended for other assets - branches-ignore: - - '*/canary-chart*' - - '*/canary-crds-chart*' # Only consider PRs that change files for this asset, including ci scripts paths: - '.github/workflows/lint-canary-flake8.yaml'