Skip to content

Adds CI for building images on PR #1

Adds CI for building images on PR

Adds CI for building images on PR #1

Workflow file for this run

name: 🎯 Pull Request
on:
pull_request:
jobs:
setup:
name: Setup
uses: ./.github/workflows/Matrix.yml
build:
name: Build
needs: [ setup ]
uses: ./.github/workflows/Build.yml
with:
matrix: ${{ needs.setup.outputs.matrix }}
test:
name: Test
needs: [ matrix, build ]
uses: ./.github/workflows/Test.yml

Check failure on line 21 in .github/workflows/PullRequest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/PullRequest.yml

Invalid workflow file

error parsing called workflow ".github/workflows/PullRequest.yml" -> "./.github/workflows/Test.yml" : failed to fetch workflow: workflow was not found.
with:
matrix: ${{ needs.matrix.outputs.matrix }}