From 81267654fa0ffbc8de4e2f8886317ce3fb0c6d1a Mon Sep 17 00:00:00 2001 From: Joss Whittle Date: Fri, 3 May 2024 13:47:43 +0100 Subject: [PATCH] fix: linting job name --- .github/workflows/lint-canary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-canary.yaml b/.github/workflows/lint-canary.yaml index 1fffe53..4e55eb4 100644 --- a/.github/workflows/lint-canary.yaml +++ b/.github/workflows/lint-canary.yaml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true jobs: - controller-flake8: + canary-flake8: runs-on: labels: [self-hosted, linux, x64] group: light