From 990546c2c9ce8eca3ab159cace55d6eea12589fa Mon Sep 17 00:00:00 2001 From: Cantibra Date: Wed, 6 May 2026 10:59:42 +0200 Subject: [PATCH] 29 --- .gitea/workflows/build.yml | 2 +- .gitea/workflows/rpi-6.12.y.yml | 12 ++++++------ .gitea/workflows/sources.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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 }}