From c8bd6c78d7caa3274c4c6b263bbc10dde5359290 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Wed, 22 Oct 2025 15:52:26 -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 b0b6165..6f0ebf1 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -11,7 +11,7 @@ on: jobs: quality-gate: - uses: Aignosi/sientia/.github/workflows/dataops-module-quality-gate.yml@main + uses: Aignosi/.github/workflows/dataops-module-quality-gate.yml@main with: project_name: 'ingestor' repositories: 'sientia-dataops-library' \ No newline at end of file