Skip to content

Commit

Permalink
Revert misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thommey committed Jul 9, 2024
1 parent 137ace6 commit 0506e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git diff | tee .gitdiff
if [ -s .gitdiff ]; then
git commit -a -m 'Run autoconf' && git push || (echo "Please run misc/runautotools"; exit 1)
exit 1
fi
makedepend-check:
name: Check if misc/makedepend needs to be run
Expand All @@ -41,5 +41,5 @@ jobs:
run: |
git diff | tee .gitdiff
if [ -s .gitdiff ]; then
git commit -a -m 'Run makedepend' && git push || (echo "Please run misc/makedepend"; exit 1)
exit 1
fi

0 comments on commit 0506e71

Please sign in to comment.