Skip to content

Commit

Permalink
try another workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
LavMatt committed Jul 30, 2024
1 parent 62c0130 commit 29319cf
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.filters.datahub-client == 'true'
if: ${{ needs.datahub-client-path-filter.steps.changes.filters.outputs.datahub-client == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 29319cf

Please sign in to comment.