Skip to content

Commit

Permalink
Merge branch 'main' into francinelucca/3457-prctooltip-best-practice-…
Browse files Browse the repository at this point in the history
…description-can-be-missed-or-encountered-twice
  • Loading branch information
francinelucca authored Oct 8, 2024
2 parents 5ddb015 + ba3a84a commit 6952f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recommend-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ -z "$DIFF" ]; then
echo "diff=" >> $GITHUB_OUTPUT
else
echo "diff=$DIFF" >> $GITHUB_OUTPUT
echo "diff=true" >> $GITHUB_OUTPUT
fi
- name: Has diff?
Expand Down

0 comments on commit 6952f99

Please sign in to comment.