Merge pull request #346 from topoteretes/fix-test-deduplication

fix: Resolve issue with test deduplication github action
This commit is contained in:
Vasilije 2024-12-12 13:10:41 +01:00 committed by GitHub
commit 604550ba75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,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: