Skip to content

Commit

Permalink
change condition to run datahub client tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
LavMatt committed Jul 30, 2024
1 parent 27b8592 commit 62c0130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
datahub-client-tests:
name: Run datahub client tests
needs: datahub-client-path-filter
if: needs.datahub-client-path-filter.steps.changes.outputs.datahub-client == 'true'
if: needs.datahub-client-path-filter.steps.changes.filters.datahub-client == 'true'
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 62c0130

Please sign in to comment.