From 88129f2914ea99cd16a75d4d1bbff943b5ab972b Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 22 Oct 2025 15:59:13 -0300 Subject: [PATCH] SIENTIAPDE-1327 Update quality gate workflow path in GitHub Actions configuration --- .github/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 6f0ebf1..c0e3f57 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -11,7 +11,7 @@ on: jobs: quality-gate: - uses: Aignosi/.github/workflows/dataops-module-quality-gate.yml@main + uses: Aignosi/.github/.github/workflows/dataops-module-quality-gate.yml@main with: project_name: 'ingestor' repositories: 'sientia-dataops-library' \ No newline at end of file