11
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) Successful in 0s

This commit is contained in:
Cantibra
2026-05-06 08:01:35 +02:00
parent 51d5ef7fcf
commit 3161792c19
+3 -1
View File
@@ -1,3 +1,4 @@
name: Step 1
on:
workflow_call:
inputs:
@@ -6,6 +7,7 @@ on:
type: string
jobs:
job:
name: Job
strategy:
matrix:
include:
@@ -17,7 +19,7 @@ jobs:
runner: cicd.bookworm
runs-on: ${{ matrix.runner }}
steps:
- name: step1
- name: Step 1
run: |
/usr/bin/echo "Kernel: ${{ matrix.kernel }}"
/usr/bin/echo "Runner: ${{ matrix.runner }}"