Skip to content

Commit b6411c2

Browse files
committed
chore: ignore some internal files
1 parent 8a77a63 commit b6411c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate_determinism.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
echo "Git status after speakeasy run:"
4545
git status
4646
47+
# Reset ignored files to avoid counting them as changes
48+
git checkout HEAD -- .speakeasy/gen.lock .speakeasy/workflow.lock 2>/dev/null || true
49+
4750
if [ -n "$(git status --porcelain)" ]; then
4851
echo "changes_detected=true" >> $GITHUB_OUTPUT
4952
echo "Non-deterministic changes detected!"

0 commit comments

Comments
 (0)