From a1d2b989b0a88650034930ac24030842307c4ad5 Mon Sep 17 00:00:00 2001 From: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:52:13 +0530 Subject: [PATCH] [MOSIP-29961] removed paths from db-test.yml Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com> --- .github/workflows/db-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/db-test.yml b/.github/workflows/db-test.yml index bc6c2cff789..262b7c24eea 100644 --- a/.github/workflows/db-test.yml +++ b/.github/workflows/db-test.yml @@ -5,8 +5,6 @@ on: types: [published] pull_request: types: [opened, reopened, synchronize] - paths: - - 'db_scripts/**' workflow_dispatch: inputs: message: @@ -36,4 +34,4 @@ jobs: name: ${{ matrix.DB_NAME }} uses: mosip/kattu/.github/workflows/db-test.yml@master with: - DB_LOCATION: ${{ matrix.DB_LOCATION}} \ No newline at end of file + DB_LOCATION: ${{ matrix.DB_LOCATION}}