Skip to content

Commit

Permalink
Small worfklow adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed May 7, 2024
1 parent c2d6d65 commit ec106ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "affected=$(python3 ./scripts/get_affected_services.py --full)" >> $GITHUB_OUTPUT
test:
if: ${{needs.check-changes.outputs.services}} != "[]"
if: ${{needs.check-changes.outputs.services}} != "" && ${{needs.check-changes.outputs.services}} != "[]"
needs: check-changes
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit ec106ab

Please sign in to comment.