Skip to content

optimize: eliminate redundant testing after PR merge #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025

Conversation

AronT-TLV
Copy link
Member

  • Only run tests on pull requests, skip on pushes to main
  • Remove test job dependency from deploy-docs job
  • Maintain manual trigger capability for both jobs
  • Speeds up documentation deployment by eliminating ~15s redundant testing
  • Maintains security with tests still required on all PRs

Following project conventions:

  • Branch-based development workflow
  • Tests run before merge via PR
  • Documentation deploys immediately after merge
  • Manual triggers preserved for troubleshooting

- Only run tests on pull requests, skip on pushes to main
- Remove test job dependency from deploy-docs job
- Maintain manual trigger capability for both jobs
- Speeds up documentation deployment by eliminating ~15s redundant testing
- Maintains security with tests still required on all PRs

Following project conventions:
- Branch-based development workflow
- Tests run before merge via PR
- Documentation deploys immediately after merge
- Manual triggers preserved for troubleshooting
@AronT-TLV AronT-TLV merged commit f9fd6b4 into main Jul 22, 2025
2 checks passed
@AronT-TLV AronT-TLV deleted the optimize-ci-workflow branch July 22, 2025 16:22
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