Closed shumkov closed 2 weeks ago
The changes in the .github/workflows/tests.yml
file involve the removal of the push
and schedule
triggers from the workflow configuration. The workflow will now execute jobs solely based on the workflow_dispatch
event and specific pull request events such as opened, synchronized, reopened, and ready_for_review. The jobs affected include various testing and building tasks, which will now operate under the new trigger conditions. The concurrency settings remain unchanged, and there are no modifications to the job definitions.
File | Change Summary |
---|---|
.github/workflows/tests.yml | Removed push and schedule triggers; updated job execution conditions to rely on workflow_dispatch and specific pull request events. |
🐰 In the garden where bunnies play,
The workflow changes come to stay.
No more pushes, just a gentle call,
For tests to run, one and all.
With every pull request in sight,
Our coding dreams take flight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issue being fixed or feature implemented
We are running tests not just for each PR but for push as well. When you merge PR to master, it's a push to master so we run tests twice
What was done?
How Has This Been Tested?
None
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit