29
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 10:59:42 +02:00
parent df97518f3b
commit 990546c2c9
3 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -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 }}
# build:
# needs:
# - sources
# uses: ./.gitea/workflows/build.yml
# with:
# VERSION: ${{ needs.sources.outputs.version }}