From 9953c14b531d33fcadd048dd348024275174926b Mon Sep 17 00:00:00 2001 From: Joss Whittle Date: Tue, 9 Jul 2024 10:28:14 +0100 Subject: [PATCH] feat: Update lint-canary.yaml branches --- .github/workflows/lint-canary.yaml | 4 ---- 1 file changed, 4 deletions(-) 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'