-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow to run CI from fork #4034
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4034 +/- ##
===========================================
- Coverage 81.04% 79.09% -1.95%
===========================================
Files 399 399
Lines 32564 32564
Branches 5350 5350
===========================================
- Hits 26390 25758 -632
- Misses 5249 5878 +629
- Partials 925 928 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@wozniakpl are we working on this? |
It was agreed to not follow with that until we rework how we deal with CI/CD. Right now we have this When running from fork, it will never work because we can't share the Azure token that connects us to the pipelines. A proper way IMO would be to completely remove the deployment-related stuff and manage deployment via some GitOps agent on our end. Then it should be simpler to manage running CI from forks. |
AB#205962