From 699aea92a6e783335541afba44d9ae00c5d3f795 Mon Sep 17 00:00:00 2001 From: Mirco Bianchini <57708659+sonomirco@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:09:56 +1100 Subject: [PATCH] Update check-for-changes --- .github/workflows/check-for-changes | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-for-changes b/.github/workflows/check-for-changes index 4a63518..483cce7 100644 --- a/.github/workflows/check-for-changes +++ b/.github/workflows/check-for-changes @@ -16,6 +16,19 @@ jobs: - name: 📌 Filter changed projects uses: dorny/paths-filter@v2 - id: filter with: ref: ${{ github.event.issue.pull_request.head.sha }} + + build: + strategy: + fail-fast: true + uses: ./.github/workflows/deployment.yaml + with: + deplyment_review: ${{ github.event.issue.pull_request.head.sha }} + secrets: inherit + + test: + strategy: + fail-fast: true + uses: ./.github/workflows/deployment.yaml + secrets: inherit