-
Notifications
You must be signed in to change notification settings - Fork 33
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
update logic to prevent duplicate workflows #235
Conversation
What is the aim of this PR? |
We currently have duplicate CI workflows running in pull requests. The CI is triggered for pushed code and pull requests. This PR was aimed at ensuring the CI was triggered only once. It seems it's not so simple at first glance. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #235 +/- ##
=======================================
Coverage 67.97% 67.97%
=======================================
Files 48 48
Lines 7050 7050
Branches 1604 1604
=======================================
Hits 4792 4792
- Misses 1684 1685 +1
+ Partials 574 573 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This now only runs the ci on Pars. This logic makes sense since the master branch is protected. |
No description provided.