We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a77a63 commit b6411c2Copy full SHA for b6411c2
.github/workflows/validate_determinism.yaml
@@ -44,6 +44,9 @@ jobs:
44
echo "Git status after speakeasy run:"
45
git status
46
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
+
50
if [ -n "$(git status --porcelain)" ]; then
51
echo "changes_detected=true" >> $GITHUB_OUTPUT
52
echo "Non-deterministic changes detected!"
0 commit comments