33
Raspberry Pi Linux Kernel 6.12.y / sources (push) Successful in 0s
Raspberry Pi Linux Kernel 6.12.y / echo (push) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 11:12:41 +02:00
parent a39e33543c
commit 44e6ed0b29
3 changed files with 14 additions and 8 deletions
+12 -4
View File
@@ -10,9 +10,17 @@ jobs:
uses: ./.gitea/workflows/sources.yml
with:
BRANCH: ${{ env.branch }}
build:
echo:
needs:
- sources
uses: ./.gitea/workflows/build.yml
with:
VERSION: ${{ needs.sources.outputs.version }}
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 }}