36
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 2m41s
Raspberry Pi Linux Kernel 6.12.y / build (push) Successful in 1s

This commit is contained in:
Cantibra
2026-05-06 11:22:37 +02:00
parent 13216bff09
commit 97b2da4ad2
2 changed files with 23 additions and 31 deletions
+4 -12
View File
@@ -10,17 +10,9 @@ jobs:
uses: ./.gitea/workflows/sources.yml
with:
BRANCH: ${{ env.branch }}
echo:
build:
needs:
- sources
runs-on: cicd.any
steps:
- name: Repository [Clone]
run: |
/usr/bin/echo ${{ needs.sources.outputs.version }}
# build:
# needs:
# - sources
# uses: ./.gitea/workflows/build.yml
# with:
# VERSION: ${{ needs.sources.outputs.version }}
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}