Skip to content

Commit

Permalink
feat: ignore dirty change
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Jul 9, 2024
1 parent d527265 commit 4851777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fi
# Fail the build if there is dirty change
- run: git diff --exit-code
# - run: git diff --exit-code

test: # make sure the action works on a clean machine without building
needs: [ build ]
Expand Down

0 comments on commit 4851777

Please sign in to comment.