From 4e5dba30bce58af27235a1547806496f63cfb5da Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Wed, 13 Mar 2024 09:18:33 +0100 Subject: [PATCH] Copy paste mistake --- .github/workflows/python_codegen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_codegen.yml b/.github/workflows/python_codegen.yml index 4f9904e94..3d6cac018 100644 --- a/.github/workflows/python_codegen.yml +++ b/.github/workflows/python_codegen.yml @@ -10,8 +10,8 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: - mypy: - name: Mypy + codegen: + name: Codegen runs-on: ubuntu-latest continue-on-error: true steps: