Merge pull request #346 from topoteretes/fix-test-deduplication
fix: Resolve issue with test deduplication github action
This commit is contained in:
commit
604550ba75
1 changed files with 0 additions and 6 deletions
6
.github/workflows/test_deduplication.yml
vendored
6
.github/workflows/test_deduplication.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue