16
TEST / Job 1 (rpi-6.12.y, cicd.any) (push) Successful in 2s
TEST / Job 1 (rpi-6.18.y, cicd.any) (push) Successful in 1s
TEST / job2 (push) Successful in 3s

This commit is contained in:
Cantibra
2026-05-06 08:37:34 +02:00
parent 7422662c7b
commit bde4f89e51
2 changed files with 18 additions and 10 deletions
+5 -10
View File
@@ -1,4 +1,4 @@
name: Step1
name: Step 1
on:
workflow_call:
inputs:
@@ -25,12 +25,7 @@ jobs:
/usr/bin/echo "Runner: ${{ matrix.runner }}"
/usr/bin/echo "Version: ${{ inputs.VERSION }}"
- name: Step 2
run: |
/usr/bin/echo "Kernel: ${{ matrix.kernel }}"
/usr/bin/echo "Runner: ${{ matrix.runner }}"
/usr/bin/echo "Version: ${{ inputs.VERSION }}"
- name: Step 3
run: |
/usr/bin/echo "Kernel: ${{ matrix.kernel }}"
/usr/bin/echo "Runner: ${{ matrix.runner }}"
/usr/bin/echo "Version: ${{ inputs.VERSION }}"
uses: https://gitea.com/actions/download-artifact@v3-node20
with:
name: test-${{ inputs.VERSION }}.tmp
skip-decompress: true