12
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 08:01:56 +02:00
parent 3161792c19
commit 06ca4baac8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ jobs:
job2:
needs:
- job1
uses: ./.gitea/workflows/step1.yml
uses: ./.gitea/workflow/step1.yml
with:
VERSION: ${{ needs.job1.outputs.version }}