-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add CD test #1068
base: main
Are you sure you want to change the base?
Add CD test #1068
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1068 +/- ##
==========================================
+ Coverage 36.86% 36.87% +0.01%
==========================================
Files 127 127
Lines 7492 7492
==========================================
+ Hits 2762 2763 +1
+ Misses 4730 4729 -1 ☔ View full report in Codecov by Sentry. |
@rgaudin @BPerlakiH I'm not sure I want this is |
There are a couple of issues with this PR:
I believe what we want is the CD workflow to be able to run outside the |
@kelson42 @rgaudin At the moment, this is only temporary. Without merging it I don't have the option to run the CD build manually. I only see these options: and under CD, there's no manual run. |
Or maybe there's a way to run this without merging it, that would be even better, but I couldn't find it. |
This is what @rgaudin said a few days ago: all worflowsmcan be run in PR, you just need to put the right event there to be triggered. |
@kelson42 @rgaudin Maybe I am getting this wrong, and there's a way to do this... I am not sure. By the first look, it seems to me that it's a security implementation from GitHub, so that unverified code (not merged) cannot modify the current workflows. If you know a way how to run this without merging, I would be happy to learn that. |
I don't understand why fixing a CI/CD which got broken a few weeks ago generates all that fuzz. why you don't just fix it in a PR? |
Fixes: #1067
Testing CD steps