Skip to content

Commit

Permalink
bugfix: Fix check of src change
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 5, 2024
1 parent db02054 commit 5b7de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ gh-release:
--generate-notes

gh-has-src-changed:
git diff HEAD src | grep -q "+"
git diff HEAD^ HEAD src | grep -q "+"

gh-cancel:
gh run cancel $${GH_RUN_ID}
Expand Down

0 comments on commit 5b7de0e

Please sign in to comment.