Skip to content

Revert to matrix

Revert to matrix #7

Workflow file for this run

name: A temporary workflow for CI development
on:
push:
jobs:
matrix:
name: Matrix
uses: ./.github/workflows/Matrix.yml

Check failure on line 9 in .github/workflows/Temp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Temp.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Temp.yml" -> "./.github/workflows/Matrix.yml" : failed to fetch workflow: workflow was not found.
build:
name: Build
needs: [ matrix ]
uses: ./.github/workflows/Build.yml
with:
matrix: ${{ needs.matrix.outputs.matrix }}