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:
name: Debug matrix
runs-on: ubuntu-latest
needs:
- matrix
steps:
- name: Debug matrix
run: echo ${{ needs.matrix.outputs.matrix }}
@@ -68,6 +70,9 @@ jobs:
permissions:
contents: "read"
needs:
- matrix
strategy:
fail-fast: false
matrix: