Skip to content

fix: version test and fuzz workflow triggers#4

Merged
itamarga merged 2 commits intodevelopfrom
fix/post-merge-cleanup
Mar 10, 2026
Merged

fix: version test and fuzz workflow triggers#4
itamarga merged 2 commits intodevelopfrom
fix/post-merge-cleanup

Conversation

@itamarga
Copy link
Copy Markdown
Collaborator

Summary

  • Change test_version_is_0_1_0 to test_version_is_semver so the test doesn't break on every version bump
  • Remove pull_request trigger from fuzz.yml so fuzz targets don't run on PRs to main

These fixes were lost in the squash merge of PR #2.

Test plan

  • pytest tests/unit/init_test.py::TestVersion passes
  • Verify fuzz.yml only triggers on push to develop

🤖 Generated with Claude Code

itamarga and others added 2 commits March 10, 2026 17:46
- Change test_version_is_0_1_0 to test_version_is_semver so it doesn't
  break on every version bump
- Remove pull_request trigger from fuzz.yml to avoid running 8 fuzz
  targets on PRs to main

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@itamarga itamarga merged commit 98ab38a into develop Mar 10, 2026
3 checks passed
@itamarga itamarga deleted the fix/post-merge-cleanup branch March 10, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant