Skip to content

Allow the user to specify multiple paths to codebase #797

Allow the user to specify multiple paths to codebase

Allow the user to specify multiple paths to codebase #797

Workflow file for this run

name: Legacy
on:
pull_request:
branches: [ master ]
jobs:
detect:
uses: ./.github/workflows/detect_changes.yml
build_and_test_legacy:
runs-on: ubuntu-latest
needs: detect
if: ${{ needs.detect.outputs.legacy == 'false' }}
steps:
- run: 'echo "No changes to legacy implementations" '