Skip to content

Commit

Permalink
test: add change in backend/pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 19, 2024
1 parent d02419f commit 3617ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
pre-commit run pdm-lock-check
echo "checking changes for $file_path for self branch before commit"
echo "changed=false" >> $GITHUB_OUTPUT
git fetch origin
if git diff --quiet -- "$file_path"; then
echo "No changes detected in $file_path against self branch."
else
Expand Down

0 comments on commit 3617ff2

Please sign in to comment.