diff --git a/.github/workflows/compile_zero-export.yml b/.github/workflows/compile_zero-export.yml index 7badf22c..f5321428 100644 --- a/.github/workflows/compile_zero-export.yml +++ b/.github/workflows/compile_zero-export.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 build-en: - name: Build Environments (English) + name: Build (EN) needs: check runs-on: ubuntu-latest continue-on-error: true @@ -74,7 +74,7 @@ jobs: path: firmware/* build-de: - name: Build Environments (German) + name: Build (DE) needs: check runs-on: ubuntu-latest continue-on-error: true