Conversation
There are quite a few workflow files removed - can you explain why? They are not used on this branch but surely they are used on the master, where it eventually be merged? |
|
@fbielejec I've removed them just to clear the directory from unmaintained files - I wanted to keep only the files that are actually used and we care about; once we merge into master, they will be restored |
I don't understand this argument - what do you mean unmaintained? All these files are under version control and have changes ~3 days from now (https://github.com/Cardinal-Cryptography/aleph-node/tree/main/.github/workflows). You should be merging the changes, not removing these files |
|
they are not maintained nor used on |
that's not how version-control is supposed to work - if you remove them there will be merge conflicts. Now you're relying on a weakest link, which is human memory - what if it's not you merging these changes? how will she know what is the right way to resolve? There is a perfectly fine way to avoid running workflows in these scenarios: on:
push:
paths: |
Follow #903