From a8b2fe0bd9a41696e6ca5473655da9d38c1bf5f3 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 22 Oct 2025 16:13:16 -0300 Subject: [PATCH] SIENTIAPDE-1327 Update quality gate workflow path to use the correct GitHub repository template --- .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 c0e3f57..01b4e34 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -11,7 +11,7 @@ on: jobs: quality-gate: - uses: Aignosi/.github/.github/workflows/dataops-module-quality-gate.yml@main + uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main with: project_name: 'ingestor' repositories: 'sientia-dataops-library' \ No newline at end of file