fix: Resolve issue with test deduplication github action

Remove calling unused get docs github action

Fix
This commit is contained in:
Igor Ilic 2024-12-11 17:20:14 +01:00
parent 7894f221e0
commit 4811dd9375

View file

@ -16,14 +16,8 @@ env:
RUNTIME__LOG_LEVEL: ERROR
jobs:
get_docs_changes:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml
run_deduplication_test:
name: test
needs: get_docs_changes
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' && ${{ github.event.label.name == 'run-checks' }}
runs-on: ubuntu-latest
defaults:
run: