diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 202c89a..1ab589f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -6,7 +6,7 @@ on: required: true type: string jobs: - build: + job: name: Raspberry Pi Linux Build strategy: matrix: diff --git a/.gitea/workflows/rpi-6.12.y.yml b/.gitea/workflows/rpi-6.12.y.yml index aee57fa..9d7db18 100644 --- a/.gitea/workflows/rpi-6.12.y.yml +++ b/.gitea/workflows/rpi-6.12.y.yml @@ -22,9 +22,9 @@ jobs: VERSION: ${{ jobs.sources.outputs.version }} run: | echo "${VERSION}" - build: - needs: - - sources - uses: ./.gitea/workflows/build.yml - with: - VERSION: ${{ needs.sources.outputs.version }} \ No newline at end of file +# build: +# needs: +# - sources +# uses: ./.gitea/workflows/build.yml +# with: +# VERSION: ${{ needs.sources.outputs.version }} \ No newline at end of file diff --git a/.gitea/workflows/sources.yml b/.gitea/workflows/sources.yml index 19af76a..850a73f 100644 --- a/.gitea/workflows/sources.yml +++ b/.gitea/workflows/sources.yml @@ -6,7 +6,7 @@ on: required: true type: string jobs: - sources: + job: name: Raspberry Pi Linux Sources outputs: VERSION: ${{ steps.environment.outputs.version }}