From ce536ae9cb9dc58f81385d393c20e54d3066ea9b Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Thu, 17 Oct 2024 18:49:26 -0700 Subject: [PATCH] rev: schemaspy from pr , as it is only needed in merge to dev. --- .github/workflows/pr-open.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index d4070302..f3bbebe5 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -49,13 +49,6 @@ jobs: with: triggers: ('backend/' 'frontend/') - schemaspy: - name: Schemaspy - uses: ./.github/workflows/.schema-spy.yml - secrets: inherit - with: - tag: test - results: name: PR Results needs: [builds, deploys]