From 7cb967240bf04c764a515bcf53b8eba08c69995e Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Thu, 16 Mar 2023 12:03:10 -0700 Subject: [PATCH] chore: Change backend and legacy to matrix format on github action (#404) --- .github/workflows/pr-open.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 120a22eca8..adb23722c0 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -106,6 +106,7 @@ jobs: triggers: ('common/') - package: frontend triggers: ('frontend/') + steps: - uses: actions/checkout@v3