needs matrix

This commit is contained in:
Elio Bischof
2024-11-27 13:26:14 +01:00
parent ef7fd863a5
commit cf47029e89

View File

@@ -51,6 +51,8 @@ jobs:
debug: debug:
name: Debug matrix name: Debug matrix
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs:
- matrix
steps: steps:
- name: Debug matrix - name: Debug matrix
run: echo ${{ needs.matrix.outputs.matrix }} run: echo ${{ needs.matrix.outputs.matrix }}
@@ -68,6 +70,9 @@ jobs:
permissions: permissions:
contents: "read" contents: "read"
needs:
- matrix
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: