9
TEST / Job 1 (rpi-6.12.y, cicd.any) (push) Successful in 0s
TEST / Job 1 (rpi-6.18.y, cicd.any) (push) Successful in 0s
TEST / job2 (push) Failing after 0s

This commit is contained in:
Cantibra
2026-05-06 07:59:10 +02:00
parent 00cad1fc7f
commit 23417a21b8
2 changed files with 3 additions and 14 deletions
+1 -10
View File
@@ -23,18 +23,9 @@ jobs:
/usr/bin/echo "Version: ${VERSION}"
/usr/bin/echo "Branch: ${{ matrix.branch }}"
/usr/bin/echo "Runner: ${{ matrix.runner }}"
varjob:
name: Varjob
needs:
- job1
runs-on: cicd.any
steps:
- name: Step 1 (Varjob)
run: |
/usr/bin/echo "${{ needs.job1.outputs.version }}"
job2:
needs:
- job1
uses: ./.gitea/workflows/step1.yml
uses: ./.gitea/workflow/step1.yml
with:
VERSION: ${{ needs.job1.outputs.version }}