From a0b9f55c9a1a42153631810dc77d717349b06b6f Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 30 Nov 2024 10:45:41 +0100 Subject: [PATCH] debug --- .github/workflows/REUSABLE_backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/REUSABLE_backend.yml b/.github/workflows/REUSABLE_backend.yml index a693b06473..006f2a34cf 100644 --- a/.github/workflows/REUSABLE_backend.yml +++ b/.github/workflows/REUSABLE_backend.yml @@ -182,6 +182,7 @@ jobs: if: >- inputs.enable_backend_testing && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || github.event_name != 'pull_request') + && contains(fromJSON(inputs.db_versions), matrix.service) steps: - uses: actions/checkout@master