|
@ -16,7 +16,7 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
build-en: |
|
|
build-en: |
|
|
name: Build Environments (English) |
|
|
name: Build (English) |
|
|
needs: check |
|
|
needs: check |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
continue-on-error: true |
|
|
continue-on-error: true |
|
@ -77,7 +77,7 @@ jobs: |
|
|
path: firmware/* |
|
|
path: firmware/* |
|
|
|
|
|
|
|
|
build-de: |
|
|
build-de: |
|
|
name: Build Environments (German) |
|
|
name: Build (German) |
|
|
needs: check |
|
|
needs: check |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
continue-on-error: true |
|
|
continue-on-error: true |
|
@ -138,7 +138,7 @@ jobs: |
|
|
path: firmware/* |
|
|
path: firmware/* |
|
|
|
|
|
|
|
|
deploy: |
|
|
deploy: |
|
|
name: Deploy Environments |
|
|
name: Update Artifacts / Deploy |
|
|
needs: [build-en, build-de] |
|
|
needs: [build-en, build-de] |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
continue-on-error: false |
|
|
continue-on-error: false |
|
|